-
Notifications
You must be signed in to change notification settings - Fork 191
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 4fb8f3f
- Loading branch information
github-action-benchmark
committed
Oct 9, 2024
1 parent
59e984d
commit b732f74
Showing
1 changed file
with
31 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": 1728512464188, | ||
"lastUpdate": 1728513018496, | ||
"repoUrl": "https://github.com/dojoengine/dojo", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -24406,6 +24406,36 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mateusz Zając", | ||
"username": "matzayonc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "4fb8f3f6c96fd915bf01b242db94ab621c94c35a", | ||
"message": "Persistent mode for saya using mock of SNOS (#2253)\n\n* updated celestia and publishing proof\r\n\r\n* merging all if end block specified\r\n\r\n* running checker on calls\r\n\r\n* feat: Cairo 1 checker program update\r\n\r\n* added contract checkr\r\n\r\n* choosing saya mode\r\n\r\n* fragmented proof verification\r\n\r\n* batcher input and output parsing\r\n\r\n* working piltover\r\n\r\n* passing piltover from cli\r\n\r\n* saya flow script\r\n\r\n* fixes after rebase and new felts\r\n\r\n* clippy, formatter and warning\r\n\r\n* Update bin/saya/README.md\r\n\r\nCo-authored-by: glihm <[email protected]>\r\n\r\n* fixes after rebase and new felts\r\n\r\n* fixed failing build\r\n\r\n* saya.sh small fix\r\n\r\n* readme update\r\n\r\n* saya script using tags and sozo from source\r\n\r\n* readme update for spawn and move example\r\n\r\n* minor test comments\r\n\r\n* clippy and fixes after rebase\r\n\r\n* fixed test\r\n\r\n* minor debugging\r\n\r\n* updated saya contracts\r\n\r\n* just an unused import\r\n\r\n* fixed consecutive proofs\r\n\r\n* removed merger program\r\n\r\n* limited wait time between transactions\r\n\r\n* renamed shard file to settlement\r\n\r\n* updates serialized args file\r\n\r\n* fix: refacto README + add new scripts + fix sozo issues with migration on sepolia\r\n\r\n* fix: migrate to new prover sdk\r\n\r\n* fix: add some comment and fix cairo 1 arguments\r\n\r\n* adapt saya to new prover, new batcher and checker\r\n\r\n* updated fact registry to herodotus\r\n\r\n* retries on onchain contracts\r\n\r\n* piltover class hash update\r\n\r\n* refactor part1\r\n\r\n* errrors refactor, sharp prover\r\n\r\n* updated celestia and json upload\r\n\r\n* publishing to celestia\r\n\r\n* errors, update script\r\n\r\n* added a header to celestia data\r\n\r\n* height and commitment calculated values\r\n\r\n* piltover update\r\n\r\n* Readme\r\n\r\n* fmt\r\n\r\n* post merge fix\r\n\r\n* fmt\r\n\r\n* fmt and dependency\r\n\r\n* fmt again\r\n\r\n* fmt\r\n\r\n* removed unused variable\r\n\r\n* rebuild test artefacts\r\n\r\n* test fix\r\n\r\n* db files update\r\n\r\n---------\r\n\r\nCo-authored-by: tejks <[email protected]>\r\nCo-authored-by: glihm <[email protected]>\r\nCo-authored-by: Mateusz Chudkowski <[email protected]>\r\nCo-authored-by: Mateusz Chudkowski <[email protected]>", | ||
"timestamp": "2024-10-09T16:14:35-06:00", | ||
"tree_id": "a94204cbd21c0fd50810627bd2221ae0ef71ec01", | ||
"url": "https://github.com/dojoengine/dojo/commit/4fb8f3f6c96fd915bf01b242db94ab621c94c35a" | ||
}, | ||
"date": 1728513017236, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "build/Sozo.Cold", | ||
"value": 11799411222, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|