Skip to content

Commit

Permalink
benches: add bench tests for executor (nervosnetwork#254)
Browse files Browse the repository at this point in the history
* benches: add bench tests for executor

* bugfix: use the right state_root

* fix: Add Cargo.lock

* chore: use test feature in nightly
  • Loading branch information
mohanson authored and yejiayu committed May 27, 2019
1 parent 736ae8c commit 1ea570b
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions components/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ hex = "0.3"
cita_trie = "0.4"

[dev-dependencies]
common-logger = { path = "../../common/logger" }
core-crypto = { path = "../../core/crypto" }
Loading

0 comments on commit 1ea570b

Please sign in to comment.