Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 8db91e7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 21, 2024
1 parent cfe0a8c commit 7a0a20e
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": 1724191639127,
"lastUpdate": 1724262087462,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16420,6 +16420,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": "8db91e70c3f9d7496eab0574ce266ee764c2f0d9",
"message": "refactor(katana): update execution error message (#2322)",
"timestamp": "2024-08-22T01:22:16+08:00",
"tree_id": "f9fbdb3acd5b9eff0d97ec99ebe9e8273f1eb39d",
"url": "https://github.com/dojoengine/dojo/commit/8db91e70c3f9d7496eab0574ce266ee764c2f0d9"
},
"date": 1724262086383,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17500431,
"range": "± 894606",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3874082,
"range": "± 256590",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3708111887,
"range": "± 730287186",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4000525,
"range": "± 168159",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 7a0a20e

Please sign in to comment.