Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for bc88734
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 29, 2025
1 parent bd9702c commit 450bef5
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": 1738126918102,
"lastUpdate": 1738127040361,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -48856,6 +48856,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": "bc887342e9f64cb342538eecef78732a4730b0d2",
"message": "fix(torii-sqlite): ensure deleting entity works as intended (#2961)\n\n* fix(torii-sqlite): deleting entity\r\n\r\n* fix: delete entity model\r\n\r\n* more strict tests\r\n\r\n* uningnore test\r\n\r\n* check moves and position tables\r\n\r\n* fix\r\n\r\n* better test check",
"timestamp": "2025-01-28T22:45:59-06:00",
"tree_id": "2847e14a47526402e1aa1e60f11b5980da05846a",
"url": "https://github.com/dojoengine/dojo/commit/bc887342e9f64cb342538eecef78732a4730b0d2"
},
"date": 1738127037104,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2467590,
"range": "± 47959",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 8272242,
"range": "± 317394",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 2567099150,
"range": "± 212213166",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7656141,
"range": "± 76248",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 450bef5

Please sign in to comment.