-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for fe5c48e
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|