Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <[email protected]>
  • Loading branch information
kmgowda authored Jul 15, 2020
1 parent 80131c7 commit 22a947e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Currently SBK supports benchmarking of
22. [FoundationDB Document Layer](https://github.com/kmgowda/SBK/tree/master/driver-mongodb#foundationdb-document-layer-performance-benchmarking)
23. [MongoDB](https://www.mongodb.com)
24. [CockroachDB](https://github.com/kmgowda/SBK/tree/master/driver-jdbc#jdbc-postgresql-for-cockroachdb-performance-benchmarking)
25. [RocksDB](https://rocksdb.org)

In future, many more storage storage systems drivers will be plugged in.

Expand Down Expand Up @@ -83,7 +84,7 @@ usage: sbk
ConcurrentQ, FdbRecord, File, FileStream,
FoundationDB, HDFS, Jdbc, Kafka, MinIO, MongoDB,
Nats, NatsStream, Nsq, Pravega, Pulsar, RabbitMQ,
RocketMQ]
RocketMQ, RocksDB]
-context <arg> Prometheus Metric context;default context:
8080/metrics; 'no' disables the metrics
-help Help message
Expand Down Expand Up @@ -406,7 +407,7 @@ usage: sbk -class Pulsar
ConcurrentQ, FdbRecord, File, FileStream,
FoundationDB, HDFS, Jdbc, Kafka, MinIO, MongoDB,
Nats, NatsStream, Nsq, Pravega, Pulsar, RabbitMQ,
RocketMQ]
RocketMQ, RocksDB]
-cluster <arg> Cluster name (optional parameter)
-context <arg> Prometheus Metric context;default context:
8080/metrics; 'no' disables the metrics
Expand Down

0 comments on commit 22a947e

Please sign in to comment.