Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Parallel executor benchmark to master (#3958)
* [benchmark] bencher for parallel executor (cherry picked from commit 8619709) * [e2e-test] Commit e2etest first (cherry picked from commit dfb2588) * [e2e-test] Format codes (cherry picked from commit a32fe9f) * [e2e-test] add some change for e2e-test (cherry picked from commit d280d71) * [e2e-test] fixed all compiling error (cherry picked from commit 491d14d) * [e2e-test] fixed cargo clippy check (cherry picked from commit 586c1d0) * [e2e-test] Fixed build error (cherry picked from commit 913de29) * [e2e-test] Fixed for data_store (cherry picked from commit 563af3f) * [e2e-test] Fixed for trasnction peer to peer bench mark (cherry picked from commit c9e2d72) * [e2e-test] Fixed for trasnction peer to peer bench mark (cherry picked from commit 361976a) * [e2e-test] Fix commit checking (cherry picked from commit ff77776) * [e2e-test] Use CPU numbers for concurrency level (cherry picked from commit be839e1) * [e2e-test] abort Token name is "Token" (cherry picked from commit 304748c) * [e2e-test] put the transaction count to parameter for transaction benches. (cherry picked from commit caee3bd) * [e2e-test] add the bench script (cherry picked from commit a9e09c7) * [e2e-test] commit for fmt (cherry picked from commit 9fbbad5) * [e2e-test] fixed for the skip rest transaction test (cherry picked from commit de8b478) * [benchmark] fix cargo fmt * [benchmark] fix cargo fmt * [benchmark] fix cargo clippy errors * [benchmark] fix cargo fmt check
- Loading branch information
Showing
198 changed files
with
6,487 additions
and
58 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
RUST_LOG=info cargo bench --features fuzzing -p 'starcoin-parallel-executor' | ||
RUST_LOG=info cargo bench --features fuzzing -p 'starcoin-transaction-benchmarks' |
Oops, something went wrong.