Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 59fa4c8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 16, 2024
1 parent 7c93606 commit 204da6f
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": 1723814408543,
"lastUpdate": 1723814590804,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16084,6 +16084,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Larko",
"username": "Larkooo"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "59fa4c89231447fa83734078716198da093a1a95",
"message": "refactor(torii): entity deletion logic for models (#2306)\n\n* refactor(torii): entity deletion logic for models\r\n\r\n* chore: clippy\r\n\r\n* refactor(torii): delete entity model relation\r\n\r\n* fix(torii): entity modelr relation deletion\r\n\r\n* refactor(torii): dont update entity / broadcast if deleted model does not exist for entity\r\n\r\n* fmt",
"timestamp": "2024-08-16T09:03:46-04:00",
"tree_id": "bb164b4a6d84f715c913bb0bccbd1cd7f8a56232",
"url": "https://github.com/dojoengine/dojo/commit/59fa4c89231447fa83734078716198da093a1a95"
},
"date": 1723814589867,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17051007,
"range": "± 206070",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 3765785,
"range": "± 146434",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3898294944,
"range": "± 773879239",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 3906026,
"range": "± 119945",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 204da6f

Please sign in to comment.