Skip to content

Commit 58e0cf2

Browse files
TMP: no cache, 16 bytes keys, 4k diffs
Signed-off-by: Dori Medini <[email protected]>
1 parent 9aaa28a commit 58e0cf2

File tree

1 file changed

+1
-1
lines changed
  • crates/starknet_committer_cli/src/bin/benchmark_run

1 file changed

+1
-1
lines changed

crates/starknet_committer_cli/src/bin/benchmark_run/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENTRYPOINT [ "starknet_committer_cli", "storage-benchmark" ]
3131

3232
CMD ["--n-iterations", "1000000", \
3333
"--n-diffs", "4000", \
34-
"--storage-type", "cached-mdbx", \
34+
"--storage-type", "mdbx", \
3535
"--key-size", "16", \
3636
"--cache-size", "1000000", \
3737
"--checkpoint-interval", "1000", \

0 commit comments

Comments
 (0)