Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 8349b02
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 5, 2024
1 parent 6d6c21b commit d405fa2
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": 1722746581960,
"lastUpdate": 1722881973678,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14212,6 +14212,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": "8349b02986682bb07b365ec854fd0fdcd0d8d2c4",
"message": "feat: add --tag to dojoup (#2265)",
"timestamp": "2024-08-05T14:00:21-04:00",
"tree_id": "41354b578ec808b2cda6c3019293fa45365f2112",
"url": "https://github.com/dojoengine/dojo/commit/8349b02986682bb07b365ec854fd0fdcd0d8d2c4"
},
"date": 1722881972899,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17202948,
"range": "± 294653",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 5172489,
"range": "± 321584",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3408157746,
"range": "± 590089552",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 5569016,
"range": "± 244312",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d405fa2

Please sign in to comment.