Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 6878242
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 13, 2024
1 parent dd63ef4 commit a3e51cd
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": 1723514023928,
"lastUpdate": 1723516585424,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -15556,6 +15556,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "glihm",
"username": "glihm"
},
"committer": {
"email": "[email protected]",
"name": "glihm",
"username": "glihm"
},
"distinct": true,
"id": "6878242e120d3135d3bc1bb94135d7135693069b",
"message": "fix: ensure slot hidden accounts are skipped",
"timestamp": "2024-08-12T22:11:07-04:00",
"tree_id": "51fff007b511f6dbb61992e106f4db115a98e66c",
"url": "https://github.com/dojoengine/dojo/commit/6878242e120d3135d3bc1bb94135d7135693069b"
},
"date": 1723516584662,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17652422,
"range": "± 584122",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3802003,
"range": "± 99298",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3630477635,
"range": "± 801354550",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 3953938,
"range": "± 67872",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a3e51cd

Please sign in to comment.