Skip to content

Commit bc33a31

Browse files
Introduce micro-benchmarks for the stores. (#2334)
* Add functions to test the operations of stores.
1 parent 0f2a502 commit bc33a31

File tree

3 files changed

+583
-4
lines changed

3 files changed

+583
-4
lines changed

linera-views/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ cfg_aliases.workspace = true
7979
[[bench]]
8080
name = "reentrant_collection_view"
8181
harness = false
82+
83+
[[bench]]
84+
name = "stores"
85+
harness = false

0 commit comments

Comments
 (0)