Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 3508fb9
Browse files Browse the repository at this point in the history
  • 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.
50 changes: 49 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 6c54b7e

Please sign in to comment.