Skip to content

Commit

Permalink
added missing options in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jan 14, 2025
1 parent 36fc607 commit 206eeb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/mofka-vs-kafka/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ static void produce(int argc, char** argv) {

// yokan provider
TCLAP::ValuesConstraint<std::string> allowedDatabaseTypes(
{"map", "berkeleydb", "gdbm", "leveldb", "rocksdb", "null", "tkrzw", "unordered_map", "unqlite"});
{"map", "berkeleydb", "gdbm", "leveldb", "rocksdb", "null",
"tkrzw", "unordered_map", "unqlite", "log", "array"});
TCLAP::ValueArg<std::string> databaseTypeArgs(
"", "mofka-database-type", "Type of database for Mofka to use", false, "map", &allowedDatabaseTypes);
TCLAP::ValueArg<std::string> databasePathPrefixArgs(
Expand Down

0 comments on commit 206eeb8

Please sign in to comment.