Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for fe5c48e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 29, 2024
1 parent 3e3c7eb commit 10264b7
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": 1732839072429,
"lastUpdate": 1732839260255,
"repoUrl": "https://github.com/dojoengine/dojo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -36454,6 +36454,54 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Rémy Baranx",
"username": "remybar"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fe5c48e661074ca855d7c53032ee31703542c203",
"message": "feat(sozo): upload world/models/contracts metadata only if changed (#2691)\n\n* feat(sozo): upload world/resources metadata if they changed\n\n* inject ipfs service dependency\n\n* get ipfs credentials from env/command-line\n\n* add --fix option to rust_fmt.sh\n\n* after review\n\n* fix: ensure no upload if no change on the world\n\n* fix: fix warning message\n\n---------\n\nCo-authored-by: glihm <[email protected]>",
"timestamp": "2024-11-28T17:54:45-06:00",
"tree_id": "c70e2a5106253f7bf5c0874e8744e5f6a6a2737c",
"url": "https://github.com/dojoengine/dojo/commit/fe5c48e661074ca855d7c53032ee31703542c203"
},
"date": 1732839258880,
"tool": "cargo",
"benches": [
{
"name": "decompress world contract",
"value": 2419637,
"range": "± 10938",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1",
"value": 8022607,
"range": "± 198580",
"unit": "ns/iter"
},
{
"name": "Concurrent.Simulate/Blockifier.1000",
"value": 3667223562,
"range": "± 775970576",
"unit": "ns/iter"
},
{
"name": "Invoke.ERC20.transfer/Blockifier.Cold",
"value": 7779266,
"range": "± 42202",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 10264b7

Please sign in to comment.