Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d7930e6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 25, 2024
1 parent 3e59162 commit 5b18206
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": 1732561014801,
"lastUpdate": 1732561260541,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -35908,6 +35908,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "glihm",
"username": "glihm"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d7930e6d649f908960adf73d4fd8f9475f9f0f24",
"message": "fix: ensure the manifest existence is correctly tested (#2713)\n\n* fix: ensure the manifest existence is correctly tested\n\n* tests: fix policies",
"timestamp": "2024-11-25T12:40:39-06:00",
"tree_id": "c6bf5474c2cab53b777d25185fbd69b02509905f",
"url": "https://github.com/dojoengine/dojo/commit/d7930e6d649f908960adf73d4fd8f9475f9f0f24"
},
"date": 1732561258917,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2534437,
"range": "± 123770",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 8905131,
"range": "± 398229",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3928594395,
"range": "± 816367380",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 8657551,
"range": "± 486165",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 5b18206

Please sign in to comment.