Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 54a891e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 21, 2024
1 parent eaa957d commit 4d253ed
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": 1724271180245,
"lastUpdate": 1724273614241,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -16516,6 +16516,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": "54a891ee45d0f593c7d0cea28c5b72f56008412e",
"message": "opt(torii): indexing model schema retrieval (#2319)\n\n* opt(torii): indexing model schema retrieval\r\n\r\n* :fix and optimize grpc\r\n\r\n* chore: clippy",
"timestamp": "2024-08-21T16:32:00-04:00",
"tree_id": "6a455410d242b9ce65b37f744346fbf103932b32",
"url": "https://github.com/dojoengine/dojo/commit/54a891ee45d0f593c7d0cea28c5b72f56008412e"
},
"date": 1724273613361,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 18670113,
"range": "± 411902",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 4108464,
"range": "± 136720",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 4069377936,
"range": "± 929648281",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 4312035,
"range": "± 206702",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4d253ed

Please sign in to comment.