We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ed86f commit 1ce3d40Copy full SHA for 1ce3d40
Makefile
@@ -41,10 +41,12 @@ bench:
41
cargo bench --workspace
42
du -sh ~/.vsdb
43
- rm -rf ~/.vsdb /tmp/.vsdb /tmp/vsdb_testing $(VSDB_BASE_DIR)
44
- cargo bench --workspace --no-default-features --features "rocks_backend,cbor_codec"
+ cargo bench --workspace --features "compress"
45
46
+
47
+bench_rocksdb:
48
- cargo bench --workspace --features "compress"
49
+ cargo bench --workspace --no-default-features --features "rocks_backend,cbor_codec"
50
51
52
cargo bench --workspace --no-default-features --features "rocks_backend,compress,cbor_codec"
0 commit comments