Skip to content

Commit 1ce3d40

Browse files
committed
Makefile
1 parent 23ed86f commit 1ce3d40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ bench:
4141
cargo bench --workspace
4242
du -sh ~/.vsdb
4343
- rm -rf ~/.vsdb /tmp/.vsdb /tmp/vsdb_testing $(VSDB_BASE_DIR)
44-
cargo bench --workspace --no-default-features --features "rocks_backend,cbor_codec"
44+
cargo bench --workspace --features "compress"
4545
du -sh ~/.vsdb
46+
47+
bench_rocksdb:
4648
- rm -rf ~/.vsdb /tmp/.vsdb /tmp/vsdb_testing $(VSDB_BASE_DIR)
47-
cargo bench --workspace --features "compress"
49+
cargo bench --workspace --no-default-features --features "rocks_backend,cbor_codec"
4850
du -sh ~/.vsdb
4951
- rm -rf ~/.vsdb /tmp/.vsdb /tmp/vsdb_testing $(VSDB_BASE_DIR)
5052
cargo bench --workspace --no-default-features --features "rocks_backend,compress,cbor_codec"

0 commit comments

Comments
 (0)