Skip to content

Commit

Permalink
Reorganize bench.rs (MystenLabs#1098)
Browse files Browse the repository at this point in the history
* Reorganize bench.rs
  • Loading branch information
oxade authored Mar 28, 2022
1 parent af6ee91 commit d0cbae9
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: run benchmark
run: |
set -o pipefail
cargo run --release --bin bench 2>&1 | huniq | tee -a artifacts/bench_results.txt
cargo run --release --bin microbench 2>&1 | huniq | tee -a artifacts/bench_results.txt
- name: retrieve benchmark results
id: get-comment-body
run: |
Expand Down
4 changes: 2 additions & 2 deletions sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ once_cell = "1.9.0"
tracing-test = "0.2.1"

[[bin]]
name = "bench"
path = "src/bench.rs"
name = "microbench"
path = "src/microbench.rs"

[[bin]]
name = "wallet"
Expand Down
Loading

0 comments on commit d0cbae9

Please sign in to comment.