-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 5164e58
- Loading branch information
github-action-benchmark
committed
Apr 9, 2024
1 parent
1f1fc4a
commit ee6bf99
Showing
1 changed file
with
31 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1712676979979, | ||
"lastUpdate": 1712677108918, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -4918,6 +4918,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Neo", | ||
"username": "neotheprogramist" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5164e588c74fc3b9132d100752f6cb30be00e0a3", | ||
"message": "Saya New Inputs (#1757)\n\n* new inputs and serialization\r\n\r\n* L2 -> L1 messages\r\n\r\n* L1 -> L2 messages\r\n\r\n* leftover\r\n\r\n* format\r\n\r\n* saya to new input\r\n\r\n* extracting nonce from transaction\r\n\r\n* typo for rust fmt\r\n\r\n* Update crates/saya/core/src/prover/program_input.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Update crates/saya/core/src/prover/program_input.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Update crates/saya/core/src/prover/program_input.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* Update crates/saya/core/src/prover/program_input.rs\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* unused import\r\n\r\n* extracted recursive messages to function\r\n\r\n---------\r\n\r\nCo-authored-by: Mateusz Zając <[email protected]>\r\nCo-authored-by: Mateusz Zając <[email protected]>\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-04-09T11:30:11-04:00", | ||
"tree_id": "bf0ba4995a8436f2683b1b1ea39a80ce75a00e22", | ||
"url": "https://github.com/dojoengine/dojo/commit/5164e588c74fc3b9132d100752f6cb30be00e0a3" | ||
}, | ||
"date": 1712677108129, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17854071, | ||
"range": "± 179886", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|