-
Notifications
You must be signed in to change notification settings - Fork 192
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 d005475
- Loading branch information
github-action-benchmark
committed
Nov 20, 2024
1 parent
9b8a6e0
commit aac87f8
Showing
1 changed file
with
49 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": 1732074177242, | ||
"lastUpdate": 1732074396274, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -35314,6 +35314,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Larko", | ||
"username": "Larkooo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d0054754019e614776b2b18c4a7a521e7d17fa07", | ||
"message": "refactor(torii-core): cleanups (#2702)\n\n* chore(torii-core): cleanups\n\n* hlper functions for evetn rpocessor config\n\n* disable raw events by default\n\n* remove start block entirely\n\n* cleanup constants\n\n* fmt\n\n* fix: clippy/fmt\n\n* fix: ensure the default for EventOptions matches the CLAP values\n\n* tag cleanups\n\n---------\n\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2024-11-19T21:26:47-06:00", | ||
"tree_id": "69da8daa64a190b45168a8fa45102c5d91aab6b3", | ||
"url": "https://github.com/dojoengine/dojo/commit/d0054754019e614776b2b18c4a7a521e7d17fa07" | ||
}, | ||
"date": 1732074394748, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 15580261, | ||
"range": "± 713339", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 8730656, | ||
"range": "± 185062", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3747088798, | ||
"range": "± 820974873", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 8534328, | ||
"range": "± 369400", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|