-
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 5b3ae8a
- Loading branch information
github-action-benchmark
committed
Aug 14, 2024
1 parent
a3e51cd
commit c95cda9
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": 1723516585424, | ||
"lastUpdate": 1723658858716, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -15604,6 +15604,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Corentin CAILLEAUD", | ||
"username": "caillef" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "5b3ae8a34ae2a72fca64707c494194bf6e132e01", | ||
"message": "feat(torii): enable any build (not just wasm) to connect to Slot (#2147)\n\n* feature: add tls-roots and handle non root endpoint\r\n\r\n* fix: format typo\r\n\r\n* fix: condition to import Endpoint\r\n\r\n* fix: use previous Cargo.lock\r\n\r\n---------\r\n\r\nCo-authored-by: Corentin Cailleaud <[email protected]>", | ||
"timestamp": "2024-08-14T13:48:25-04:00", | ||
"tree_id": "03b9decb56bf55b60c1d0ec6150370f1a0e20017", | ||
"url": "https://github.com/dojoengine/dojo/commit/5b3ae8a34ae2a72fca64707c494194bf6e132e01" | ||
}, | ||
"date": 1723658857716, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17007255, | ||
"range": "± 260529", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3765703, | ||
"range": "± 47346", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3876364404, | ||
"range": "± 807674077", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 3943655, | ||
"range": "± 52427", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|