Skip to content

Commit

Permalink
Introduce micro-benchmarks for the stores. (#2334)
Browse files Browse the repository at this point in the history
* Add functions to test the operations of stores.
  • Loading branch information
MathieuDutSik authored Aug 20, 2024
1 parent 0f2a502 commit bc33a31
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 4 deletions.
4 changes: 4 additions & 0 deletions linera-views/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ cfg_aliases.workspace = true
[[bench]]
name = "reentrant_collection_view"
harness = false

[[bench]]
name = "stores"
harness = false
Loading

0 comments on commit bc33a31

Please sign in to comment.