nosqlbench-440 convert tcpclient driver from ActivityType to DriverAdapter e:1d

This commit is contained in:
Mike Yaacoub
2023-01-04 15:24:56 -05:00
parent 0139ea0ada
commit bdf61845fd
18 changed files with 740 additions and 324 deletions

View File

@@ -40,9 +40,14 @@
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>engine-api</artifactId>
<version>4.17.32-SNAPSHOT</version>
<version>4.17.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-stdout</artifactId>
<version>4.17.32-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>