-
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 3508fb9
- Loading branch information
github-action-benchmark
committed
Oct 18, 2024
1 parent
c39e663
commit 6c54b7e
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": 1729258959222, | ||
"lastUpdate": 1729259164213, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -26620,6 +26620,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": "3508fb946c840de5ac715932a88d057cbd234701", | ||
"message": "feat(katana-runner): allow configuring chain id (#2554)", | ||
"timestamp": "2024-10-18T21:26:38+08:00", | ||
"tree_id": "3cc685a3c3fbf8a02627ab4bb3a75b0358a1fc76", | ||
"url": "https://github.com/dojoengine/dojo/commit/3508fb946c840de5ac715932a88d057cbd234701" | ||
}, | ||
"date": 1729259162150, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 16316259, | ||
"range": "± 312266", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 4336535, | ||
"range": "± 117813", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3701583887, | ||
"range": "± 793544936", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 4431672, | ||
"range": "± 67849", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|