Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 58ad13f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 2, 2024
1 parent 9751801 commit e7c5987
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": 1722570475870,
"lastUpdate": 1722630874714,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -14068,6 +14068,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": "58ad13fd98a86f23f572e3eb064c0539b603acc9",
"message": "bump metrics dependencies (#2251)",
"timestamp": "2024-08-03T04:15:29+08:00",
"tree_id": "0cfe62222cc0c485f944efbc4e6768a9d4535049",
"url": "https://github.com/dojoengine/dojo/commit/58ad13fd98a86f23f572e3eb064c0539b603acc9"
},
"date": 1722630874002,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 17217917,
"range": "± 276059",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 5224789,
"range": "± 390106",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3322138444,
"range": "± 581896669",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 5189634,
"range": "± 234815",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit e7c5987

Please sign in to comment.