mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
cleanups
This commit is contained in:
parent
3f607e0e8d
commit
123c41a9bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
.nosqlbench/**
|
||||||
.run/**
|
.run/**
|
||||||
workspaces/**
|
workspaces/**
|
||||||
workshop/**
|
workshop/**
|
||||||
|
2534
devdocs/devguide/_tosort/rate_net.svg
Normal file
2534
devdocs/devguide/_tosort/rate_net.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 164 KiB |
31
driver-directapi/pom.xml
Normal file
31
driver-directapi/pom.xml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<artifactId>mvn-defaults</artifactId>
|
||||||
|
<groupId>io.nosqlbench</groupId>
|
||||||
|
<version>4.15.65-SNAPSHOT</version>
|
||||||
|
<relativePath>../mvn-defaults</relativePath>
|
||||||
|
</parent>
|
||||||
|
|
||||||
|
<artifactId>driver-directapi</artifactId>
|
||||||
|
<packaging>jar</packaging>
|
||||||
|
<name>${project.artifactId}</name>
|
||||||
|
|
||||||
|
<description>
|
||||||
|
A direct API nosqlbench ActivityType (AT) driver module
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.nosqlbench</groupId>
|
||||||
|
<artifactId>drivers-api</artifactId>
|
||||||
|
<version>4.15.65-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
</project>
|
@ -0,0 +1,6 @@
|
|||||||
|
name: alternate-format-test
|
||||||
|
scenarios:
|
||||||
|
default:
|
||||||
|
- run driver=cql cqldriver=oss protocol_version=v4 tags=phase:schema threads==1 cycles=UNDEF
|
||||||
|
- run driver=cql cqldriver=oss protocol_version=v4 tags=phase:rampup cycles=10000
|
||||||
|
- run driver=cql cqldriver=oss protocol_version=v4 tags=phase:main_mixed cycles=10000
|
@ -30,7 +30,5 @@ import java.lang.annotation.Target;
|
|||||||
@Target(ElementType.TYPE)
|
@Target(ElementType.TYPE)
|
||||||
public @interface Service {
|
public @interface Service {
|
||||||
Class<?> value();
|
Class<?> value();
|
||||||
|
|
||||||
String selector();
|
String selector();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user