Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
add Papyrus storage benchmark (customSmallerIsBetter) benchmark resul…
Browse files Browse the repository at this point in the history
…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.
43 changes: 41 additions & 2 deletions dev/bench/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
}
}

0 comments on commit b25e327

Please sign in to comment.