Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 665ef43
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 1, 2024
1 parent a12eb78 commit 786f5d5
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": 1722537499335,
"lastUpdate": 1722541922631,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13780,6 +13780,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "lambda-0x",
"username": "lambda-0x"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "665ef438da3a6fea708f1f5b7b22e0f7bd6f188f",
"message": "fix(sozo): block can contain multiple event of same type for same address (#2245)",
"timestamp": "2024-08-01T13:33:51-06:00",
"tree_id": "2cdcb10ce851e496059c88b49041c5230471c8b1",
"url": "https://github.com/dojoengine/dojo/commit/665ef438da3a6fea708f1f5b7b22e0f7bd6f188f"
},
"date": 1722541921859,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 16442183,
"range": "± 508992",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4754550,
"range": "± 129244",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3353528590,
"range": "± 581900706",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4914706,
"range": "± 252999",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 786f5d5

Please sign in to comment.