Skip to content

Commit

Permalink
chore: upgrade canbench from 0.1.1 to 0.1.7 (#232)
Browse files Browse the repository at this point in the history
The latest version of canbench is:

* significantly faster to execute, as the replica isn't restarted when
running each benchmark.
* more accurate, as it contains more up to date pricing and is now
running the benchmark using an app subnet, not a system subnet.
  • Loading branch information
ielashi authored Oct 17, 2024
1 parent 817a163 commit e8c0c79
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 108 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/dfinity/stable-structures"
[dependencies]
ic_principal = { version = "0.1.1", default-features = false }
# An optional dependency to benchmark parts of the code.
canbench-rs = { version = "0.1.1", optional = true }
canbench-rs = { version = "0.1.7", optional = true }

[dev-dependencies]
candid.workspace = true
Expand Down
Loading

0 comments on commit e8c0c79

Please sign in to comment.