Skip to content

Commit

Permalink
Re-enable sui benchmark in ci workflows (MystenLabs#7654)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadhansood authored Jan 24, 2023
1 parent 9f1d6be commit e37cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cargo nextest run --profile ci
- name: benchmark (smoke)
run: |
# cargo run --package sui-benchmark --bin stress -- --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --transfer-object 50 --shared-counter 50 --run-duration 10s
cargo run --package sui-benchmark --bin stress -- --log-path /tmp/stress.log --num-client-threads 10 --num-server-threads 24 --num-transfer-accounts 2 bench --target-qps 100 --num-workers 10 --transfer-object 50 --shared-counter 50 --run-duration 10s
pushd narwhal/benchmark && fab smoke && popd
- name: doctests
run: |
Expand Down

0 comments on commit e37cef7

Please sign in to comment.