-
Notifications
You must be signed in to change notification settings - Fork 189
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 0f72d24
- Loading branch information
github-action-benchmark
committed
Nov 30, 2024
1 parent
a811fc3
commit d8f9424
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": 1732999299682, | ||
"lastUpdate": 1732999521627, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -37000,6 +37000,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Ammar Arif", | ||
"username": "kariy" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0f72d24bba8c5aa73fef6c8941eee26b3eac82b2", | ||
"message": "feat(katana): pipeline execution loop with checkpointing (#2741)", | ||
"timestamp": "2024-12-01T04:25:26+08:00", | ||
"tree_id": "5b0c638eaf43546e43be61cbe53a0af1b138f09b", | ||
"url": "https://github.com/dojoengine/dojo/commit/0f72d24bba8c5aa73fef6c8941eee26b3eac82b2" | ||
}, | ||
"date": 1732999520150, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 2478236, | ||
"range": "± 21649", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 7809299, | ||
"range": "± 181559", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3695611786, | ||
"range": "± 717246086", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 7882884, | ||
"range": "± 153430", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|