-
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 4aa7454
- Loading branch information
github-action-benchmark
committed
Aug 21, 2024
1 parent
b89ecb7
commit 1bccdb9
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": 1724276813515, | ||
"lastUpdate": 1724276831340, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -16612,6 +16612,54 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Larko", | ||
"username": "Larkooo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4aa7454e3969d45e5ef10c401162329bd070b99b", | ||
"message": "feat(torii): make poll time configurable (#2327)\n\n* default index pending & and make polling_interval configurable\r\n\r\n* fix with recommandation\r\n\r\n* back to 1s interval\r\n\r\n* feat: default values for engine\r\n\r\n---------\r\n\r\nCo-authored-by: notV4l <[email protected]>", | ||
"timestamp": "2024-08-21T15:27:46-06:00", | ||
"tree_id": "7a0e9ce29c16e64cbc5d5617b2a66af19f42f116", | ||
"url": "https://github.com/dojoengine/dojo/commit/4aa7454e3969d45e5ef10c401162329bd070b99b" | ||
}, | ||
"date": 1724276829795, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "decompress world contract", | ||
"value": 17638619, | ||
"range": "± 253486", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1", | ||
"value": 3784690, | ||
"range": "± 59529", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Concurrent.Simulate/Blockifier.1000", | ||
"value": 3712310350, | ||
"range": "± 717383618", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Invoke.ERC20.transfer/Blockifier.Cold", | ||
"value": 5025662, | ||
"range": "± 296329", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|