mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-22 07:03:35 -06:00
project restructuring
This commit is contained in:
parent
7810178f0c
commit
4358344029
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
**/cache/**
|
||||
exported_docs.zip
|
||||
.nosqlbench/**
|
||||
workspaces/**
|
||||
|
@ -1,15 +0,0 @@
|
||||
# example-scenarios.yaml
|
||||
scenarios:
|
||||
default:
|
||||
one: run cycles=3 alias=A driver=stdout
|
||||
two: run cycles=5 alias=B driver=stdout
|
||||
namedsteps:
|
||||
one: run cycles=3 alias=A driver=stdout testparam1=testvalue1
|
||||
two: run cycles=5 alias=B driver=stdout
|
||||
|
||||
bindings:
|
||||
cycle: Identity()
|
||||
name: NumberNameToCycle()
|
||||
|
||||
ops:
|
||||
cycle: "cycle {cycle}\n"
|
@ -1,10 +0,0 @@
|
||||
# example-scenarios.yaml
|
||||
scenarios:
|
||||
default:
|
||||
first: run cycles=3 alias=A driver=stdout tvar1=replaced
|
||||
second: run cycles=5 alias=B driver=stdout
|
||||
bindings:
|
||||
cycle: Identity()
|
||||
name: NumberNameToCycle()
|
||||
ops:
|
||||
cycle: "cycle {cycle} TEMPLATE(tvar1,def1) TEMPLATE(tvar1)\n"
|
@ -44,7 +44,7 @@
|
||||
</properties>
|
||||
|
||||
<name>${project.artifactId}</name>
|
||||
<url>http://nosqlbench.io/</url>
|
||||
<url>https://nosqlbench.io/</url>
|
||||
<description>
|
||||
nosqlbench is the core of a programmable workload simulation runtime.
|
||||
This module acts as the parent pom for nosqlbench Maven modules.
|
||||
@ -549,6 +549,7 @@
|
||||
<plugin>
|
||||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>0.8.10</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>prepare-agent</id>
|
||||
@ -807,13 +808,13 @@
|
||||
<name>Jonathan Shook</name>
|
||||
<email>jshook@gmail.com</email>
|
||||
<organization>nosqlbench.io</organization>
|
||||
<organizationUrl>http://nosqlbench.io/</organizationUrl>
|
||||
<organizationUrl>https://nosqlbench.io/</organizationUrl>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Sebastián Estévez</name>
|
||||
<email>estevezsebastian@gmail.com</email>
|
||||
<organization>nosqlbench.io</organization>
|
||||
<organizationUrl>http://nosqlbench.io/</organizationUrl>
|
||||
<organizationUrl>https://nosqlbench.io/</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
@ -861,7 +862,7 @@
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>javadoc</id>
|
||||
<id>build-javadoc</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
|
@ -24,7 +24,7 @@
|
||||
<artifactId>mvn-defaults</artifactId>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../mvn-defaults</relativePath>
|
||||
<relativePath>../../mvn-defaults</relativePath>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
@ -26,7 +26,7 @@
|
||||
<artifactId>mvn-defaults</artifactId>
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../mvn-defaults</relativePath>
|
||||
<relativePath>../../mvn-defaults</relativePath>
|
||||
</parent>
|
||||
|
||||
<name>${project.artifactId}</name>
|
@ -21,7 +21,7 @@
|
||||
<groupId>io.nosqlbench</groupId>
|
||||
<artifactId>mvn-defaults</artifactId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../mvn-defaults</relativePath>
|
||||
<relativePath>../../mvn-defaults</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>adapter-cqld4</artifactId>
|
||||
@ -29,7 +29,7 @@
|
||||
<name>${project.artifactId}</name>
|
||||
|
||||
<description>
|
||||
A CQL ActivityType driver for http://nosqlbench.io/
|
||||
A CQL ActivityType driver for https://nosqlbench.io/
|
||||
</description>
|
||||
|
||||
<dependencies>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user