Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 9d694e8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 1, 2024
1 parent 59e3860 commit a12eb78
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": 1722481234646,
"lastUpdate": 1722537499335,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13732,6 +13732,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": "9d694e8a4af8b9a604f0c8b0573aa8fae24bb70f",
"message": "Export `setup` module under `test-utils` feature (#2247)",
"timestamp": "2024-08-02T02:20:04+08:00",
"tree_id": "cee092d18675f021be7609e62d228a52025cc389",
"url": "https://github.com/dojoengine/dojo/commit/9d694e8a4af8b9a604f0c8b0573aa8fae24bb70f"
},
"date": 1722537498543,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16695979,
"range": "± 343813",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4693852,
"range": "± 123079",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3320754375,
"range": "± 562847738",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4839337,
"range": "± 28520",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a12eb78

Please sign in to comment.