-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[benchmarks] Module loading benches (simple)
- Loading branch information
1 parent
2f3708e
commit 3d9f8f1
Showing
9 changed files
with
7,783 additions
and
14 deletions.
There are no files selected for viewing
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
3,149 changes: 3,135 additions & 14 deletions
3,149
crates/transaction-generator-lib/src/publishing/raw_module_data.rs
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
testsuite/module-publish/src/packages/module_loading_chain_dependencies/Move.toml
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,9 @@ | ||
[package] | ||
name = 'module_loading_chain_dependencies' | ||
version = '1.0.0' | ||
|
||
[dependencies] | ||
AptosStdlib = { local = "../../../../../aptos-move/framework/aptos-stdlib" } | ||
|
||
[addresses] | ||
publisher_address = "0xABCD" |
Oops, something went wrong.