-
Notifications
You must be signed in to change notification settings - Fork 188
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 9928558
- Loading branch information
github-action-benchmark
committed
Jan 16, 2025
1 parent
60e497d
commit 48e67e3
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": 1737000187433, | ||
"lastUpdate": 1737000270195, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -45580,6 +45580,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Benjamin", | ||
"username": "bengineer42" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "992855851b4c233c36f700cb9274a4fecae18e6c", | ||
"message": "fix(dojo-lang): raise an error on value before key in model (#2891)\n\n* fix: Raise an error on value before key in model\r\n\r\n* fix: Raise an error on value before key in model\r\n\r\n* fix: Improve key member validation logic in parse_members function and clarity\r\n\r\n* fix: reorder fields in Message struct\r\n\r\n* fix: run linters\r\n\r\n* chore: bump scarb to add key before member diagnostic\r\n\r\n* tests: regenerate test db\r\n\r\n---------\r\n\r\nCo-authored-by: glihm <[email protected]>", | ||
"timestamp": "2025-01-16T03:46:27Z", | ||
"tree_id": "3f76198588b09d6086d37876d72b51ee1bfff9ba", | ||
"url": "https://github.com/dojoengine/dojo/commit/992855851b4c233c36f700cb9274a4fecae18e6c" | ||
}, | ||
"date": 1737000268157, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 2482007, | ||
"range": "± 38914", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 8374152, | ||
"range": "± 208631", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 2512090556, | ||
"range": "± 223802604", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 8034754, | ||
"range": "± 75671", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|