Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 12c96ae
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 21, 2024
1 parent 3f8beec commit 84e3a69
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": 1734796884394,
"lastUpdate": 1734797055324,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -41758,6 +41758,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "zhengpeng",
"username": "847850277"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "12c96ae55c9f1c2527cef91e4ab11dddf43d4375",
"message": "refactor(dojo): change usage of trace! to avoid path prefix (#2830)\n\n[ISSUES#2829] Optimize trace!.",
"timestamp": "2024-12-21T09:44:53-06:00",
"tree_id": "81984a86db3ee0a66f1c8ed064cdc1f05455c694",
"url": "https://github.com/dojoengine/dojo/commit/12c96ae55c9f1c2527cef91e4ab11dddf43d4375"
},
"date": 1734797053705,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2455965,
"range": "± 27545",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 7817191,
"range": "± 111763",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3415214594,
"range": "± 806850371",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 8256614,
"range": "± 118219",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 84e3a69

Please sign in to comment.