-
Notifications
You must be signed in to change notification settings - Fork 188
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 02557ae
- Loading branch information
github-action-benchmark
committed
Dec 23, 2024
1 parent
68ba87a
commit edf4761
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": 1734975073291, | ||
"lastUpdate": 1734975263831, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -42226,6 +42226,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": "02557aee098cb5abf6431665c6af8d0588b64128", | ||
"message": "fix(torii-core): client negative i128 conversion (#2840)\n\n* fix(torii-core): client negative i128 conversion\r\n\r\n* clippy", | ||
"timestamp": "2024-12-23T11:14:45-06:00", | ||
"tree_id": "a7360dc0c45e234c5cecc19bf9452e5748edbffa", | ||
"url": "https://github.com/dojoengine/dojo/commit/02557aee098cb5abf6431665c6af8d0588b64128" | ||
}, | ||
"date": 1734975261472, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 2465798, | ||
"range": "± 34890", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 7836540, | ||
"range": "± 291390", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3588924731, | ||
"range": "± 767915595", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 8172038, | ||
"range": "± 60552", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|