convert mongodb driver from ActivityType to DriverAdapter

This commit is contained in:
Jonathan Shook
2022-06-27 23:45:06 -05:00
parent 5e1898bf20
commit 5977ad7c0f
24 changed files with 349 additions and 540 deletions

View File

@@ -70,6 +70,12 @@
<version>4.17.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-mongodb</artifactId>
<version>4.17.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>adapter-http</artifactId>