Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 08a52c7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 29, 2024
1 parent baf2d84 commit a4b6cc3
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": 1732919692539,
"lastUpdate": 1732919895344,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -36766,6 +36766,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": "08a52c7ca11e1e66ca44d7b525299d8194b129eb",
"message": "fix: remove unused file",
"timestamp": "2024-11-29T16:17:06-06:00",
"tree_id": "ae75bbb6f5c9a4f5b9e5af7a38c6c5bad128df5f",
"url": "https://github.com/dojoengine/dojo/commit/08a52c7ca11e1e66ca44d7b525299d8194b129eb"
},
"date": 1732919893899,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2449320,
"range": "± 52485",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 7899141,
"range": "± 328551",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3613949897,
"range": "± 828373278",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7923989,
"range": "± 172445",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a4b6cc3

Please sign in to comment.