-
Notifications
You must be signed in to change notification settings - Fork 182
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 93168a1
- Loading branch information
github-action-benchmark
committed
Dec 20, 2024
1 parent
3e618c0
commit 1178830
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": 1734719360730, | ||
"lastUpdate": 1734719511277, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -41602,6 +41602,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Brother MartianGreed", | ||
"username": "MartianGreed" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "93168a13bbac9cf028bc09731abd322bc57d1210", | ||
"message": "Fix/bindgen types improvements (#2832)\n\n* feat: bindgen types improvements\r\n\r\n* feat: js ByteArray function input\r\n\r\n* feat: bindgen enums improvements", | ||
"timestamp": "2024-12-20T12:12:25-06:00", | ||
"tree_id": "1509e7e203f874c0c763db1f233ea0ec5f163b88", | ||
"url": "https://github.com/dojoengine/dojo/commit/93168a13bbac9cf028bc09731abd322bc57d1210" | ||
}, | ||
"date": 1734719509461, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 2455738, | ||
"range": "± 49981", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 7984931, | ||
"range": "± 201241", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3496433154, | ||
"range": "± 757707307", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 8072702, | ||
"range": "± 54445", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|