-
Notifications
You must be signed in to change notification settings - Fork 182
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 ae41d8c
- Loading branch information
github-action-benchmark
committed
Sep 25, 2024
1 parent
77d2329
commit 6edade5
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": 1727302081484, | ||
"lastUpdate": 1727302170894, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22564,6 +22564,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": "ae41d8c2a41454a55eef2f8ff11b202fcbbb5bbd", | ||
"message": "Bump `blockifier` to fix `DeployAccount` tx not respecting disable fee flag (#2478)", | ||
"timestamp": "2024-09-26T05:51:37+08:00", | ||
"tree_id": "ef9de5c6d461e90df3f1fe3cf0df5036c78b6802", | ||
"url": "https://github.com/dojoengine/dojo/commit/ae41d8c2a41454a55eef2f8ff11b202fcbbb5bbd" | ||
}, | ||
"date": 1727302169719, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 15820481, | ||
"range": "± 291093", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 4986033, | ||
"range": "± 290379", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 2649338109, | ||
"range": "± 230789626", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4183445, | ||
"range": "± 418180", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|