Skip to content

Commit

Permalink
ci: check in Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Apr 27, 2022
1 parent 19d145a commit 7e30bfa
Show file tree
Hide file tree
Showing 4 changed files with 6,398 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
cargo build --all-features --lib
cargo test --all-features --no-run # -j N # uncomment and set a low number if builds start OOMing again
cargo test --all-features
# Ensure there are no uncommitted changes in the repo after running tests
- run: scripts/changed-files.sh

clippy:
needs: diff
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ storage/

# Python
.pyc

# Cargo
Cargo.lock
Loading

1 comment on commit 7e30bfa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bench results

�[0m�[0m�[1m�[32m Finished�[0m release [optimized] target(s) in 0.37s
�[0m�[0m�[1m�[32m Running�[0m target/release/bench microbench throughput
�[2m2022-04-27T01:17:56.313041Z�[0m �[32m INFO�[0m �[2msui::benchmark�[0m�[2m:�[0m benchmark : Benchmark { committee_size: 1, send_timeout_us: 40000000, recv_timeout_us: 40000000, buffer_size: 650000, tcp_connections: 0, db_cpus: 1, use_move: false, batch_size: 2000, running_mode: LocalSingleValidatorThread, working_dir: None, bench_type: MicroBenchmark { host: "127.0.0.1", port: 9555, type_: Throughput { num_transactions: 100000 } } }
�[2m2022-04-27T01:17:56.313480Z�[0m �[32m INFO�[0m �[2msui::benchmark::validator_preparer�[0m�[2m:�[0m authority address hex: B6917D5427FE9D4F894720D60D89E3378A74C23D
�[2m2022-04-27T01:17:56.313575Z�[0m �[32m INFO�[0m �[2msui::benchmark::validator_preparer�[0m�[2m:�[0m Open database on path: "/tmp/DB_A8BD53E4A687E134453A1E7925C9ED8618448C16"
�[2m2022-04-27T01:17:57.176461Z�[0m �[32m INFO�[0m �[2msui::benchmark::validator_preparer�[0m�[2m:�[0m Spawning a validator thread...
�[2m2022-04-27T01:17:57.177713Z�[0m �[32m INFO�[0m �[2msui_network::transport�[0m�[2m:�[0m Listening to TCP traffic on 127.0.0.1:9555
Throughout: 103005.49431306667 tps

Please sign in to comment.