Skip to content

Commit afd6615

Browse files
committed
feat(dursto): benchmark ERC-20 transactions
1 parent 503543c commit afd6615

File tree

7 files changed

+437
-40
lines changed

7 files changed

+437
-40
lines changed

Cargo.lock

Lines changed: 219 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

durable-storage/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ rocksdb.workspace = true
1818
tempfile.workspace = true
1919
thiserror.workspace = true
2020
tokio.workspace = true
21+
rand.workspace = true
2122

2223
[dev-dependencies]
2324
blake3.workspace = true
2425
proptest.workspace = true
26+
criterion = "0.5.1"
27+
28+
[[bench]]
29+
name = "database_benchmark"
30+
harness = false
31+
debug = true

0 commit comments

Comments
 (0)