Skip to content

Commit

Permalink
[framework] use cached framework then rebuilding each time
Browse files Browse the repository at this point in the history
This should be a sizable perf win
  • Loading branch information
davidiw authored and aptos-bot committed Apr 1, 2022
1 parent b8166f7 commit 1186a8a
Show file tree
Hide file tree
Showing 55 changed files with 283 additions and 1,009 deletions.
94 changes: 65 additions & 29 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ aptos-secure-storage = { path = "../secure/storage" }
aptos-temppath = { path = "../crates/aptos-temppath" }
aptos-vm = { path = "../aptos-move/aptos-vm" }
aptosdb = { path = "../storage/aptosdb", features = ["fuzzing"] }
cached-framework-packages = { path = "../aptos-move/framework/cached-packages" }
executor = { path = "../execution/executor" }
executor-types = { path = "../execution/executor-types" }
framework = { path = "../aptos-move/framework" }
mempool-notifications = { path = "../state-sync/inter-component/mempool-notifications" }
vm-validator = { path = "../vm-validator" }

Expand Down
Loading

0 comments on commit 1186a8a

Please sign in to comment.