This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Papyrus storage benchmark (customSmallerIsBetter) benchmark resul…
…t for 96695fa
- Loading branch information
github-action-benchmark
committed
May 5, 2024
1 parent
d07621f
commit b25e327
Showing
1 changed file
with
41 additions
and
2 deletions.
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": 1714910439691, | ||
"lastUpdate": 1714912509332, | ||
"repoUrl": "https://github.com/starkware-libs/papyrus", | ||
"entries": { | ||
"Papyrus storage benchmark": [ | ||
|
@@ -41,7 +41,46 @@ window.BENCHMARK_DATA = { | |
"unit": "Microseconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "eranreshef-starkware", | ||
"username": "eranreshef-starkware" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "eranreshef-starkware", | ||
"username": "eranreshef-starkware" | ||
}, | ||
"distinct": true, | ||
"id": "96695fa77617b66afda73837fb9ceb6bfd902683", | ||
"message": "typo", | ||
"timestamp": "2024-05-05T15:33:10+03:00", | ||
"tree_id": "804639def51315e5953b9662d5221d4468a160b0", | ||
"url": "https://github.com/starkware-libs/papyrus/commit/96695fa77617b66afda73837fb9ceb6bfd902683" | ||
}, | ||
"date": 1714912508411, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "get_class_hash_at", | ||
"value": 13, | ||
"unit": "Microseconds" | ||
}, | ||
{ | ||
"name": "get_nonce_at", | ||
"value": 17, | ||
"unit": "Microseconds" | ||
}, | ||
{ | ||
"name": "get_storage_at", | ||
"value": 23, | ||
"unit": "Microseconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |