Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 97ea6b0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 19, 2024
1 parent 55e3e4c commit de2d8ae
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": 1721330503013,
"lastUpdate": 1721359971856,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -12052,6 +12052,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": "97ea6b0e3b2012b0a8ce3be2c7fca325197a8e13",
"message": "bench(katana-executor): measure cached state concurrency (#2190)",
"timestamp": "2024-07-19T11:14:27+08:00",
"tree_id": "a239c9afea543c5c3e76e60b120165d241ec673e",
"url": "https://github.com/dojoengine/dojo/commit/97ea6b0e3b2012b0a8ce3be2c7fca325197a8e13"
},
"date": 1721359971163,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17051706,
"range": "± 723048",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 5159278,
"range": "± 367806",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3375706762,
"range": "± 645137583",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 5207430,
"range": "± 98208",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit de2d8ae

Please sign in to comment.