Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to zkVM v1.5.0 #8

Merged
merged 19 commits into from
May 9, 2024
Merged

feat: update to zkVM v1.5.0 #8

merged 19 commits into from
May 9, 2024

Conversation

hedgar2017
Copy link
Collaborator

What ❔

Updates the tester to zkVM v1.5.0.

Why ❔

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via cargo fmt and checked with cargo clippy.

Copy link

github-actions bot commented Apr 4, 2024

Benchmark results:

╔═╡ Size (-%) ╞════════════════╡ All M3B3 ╞═╗
║ Mean                               -0.027 ║
║ Best                                3.390 ║
║ Worst                             -115.976 ║
║ Total                              -0.046 ║
╠═╡ Cycles (-%) ╞══════════════╡ All M3B3 ╞═╣
║ Mean                               -0.190 ║
║ Best                               97.535 ║
║ Worst                             -1324.936 ║
║ Total                              -0.024 ║
╠═╡ Ergs (-%) ╞════════════════╡ All M3B3 ╞═╣
║ Mean                              100.000 ║
║ Best                               97.503 ║
║ Worst                             -1937.282 ║
║ Total                              50.091 ║
╚═══════════════════════════════════════════╝

╔═╡ Size (-%) ╞════════════════╡ All MzB3 ╞═╗
║ Mean                               -0.023 ║
║ Best                                2.817 ║
║ Worst                             -102.994 ║
║ Total                              -0.044 ║
╠═╡ Cycles (-%) ╞══════════════╡ All MzB3 ╞═╣
║ Mean                               -0.179 ║
║ Best                               96.264 ║
║ Worst                             -1171.429 ║
║ Total                              -0.021 ║
╠═╡ Ergs (-%) ╞════════════════╡ All MzB3 ╞═╣
║ Mean                              100.000 ║
║ Best                               97.503 ║
║ Worst                             -1928.496 ║
║ Total                              50.092 ║
╚═══════════════════════════════════════════╝

╔═╡ Size (-%) ╞════════╡ Precompiles M3B3 ╞═╗
║ Mean                                0.000 ║
║ Best                                0.000 ║
║ Worst                               0.000 ║
║ Total                               0.000 ║
╠═╡ Cycles (-%) ╞══════╡ Precompiles M3B3 ╞═╣
║ Mean                                0.034 ║
║ Best                                0.068 ║
║ Worst                               0.000 ║
║ Total                               0.000 ║
╠═╡ Ergs (-%) ╞════════╡ Precompiles M3B3 ╞═╣
║ Mean                               75.695 ║
║ Best                               94.048 ║
║ Worst                              -0.052 ║
║ Total                              49.913 ║
╚═══════════════════════════════════════════╝

╔═╡ Size (-%) ╞════════╡ Precompiles MzB3 ╞═╗
║ Mean                                0.000 ║
║ Best                                0.000 ║
║ Worst                               0.000 ║
║ Total                               0.000 ║
╠═╡ Cycles (-%) ╞══════╡ Precompiles MzB3 ╞═╣
║ Mean                                0.034 ║
║ Best                                0.068 ║
║ Worst                               0.000 ║
║ Total                               0.000 ║
╠═╡ Ergs (-%) ╞════════╡ Precompiles MzB3 ╞═╣
║ Mean                               75.875 ║
║ Best                               94.047 ║
║ Worst                              -0.050 ║
║ Total                              49.892 ║
╚═══════════════════════════════════════════╝

╔═╡ Size (-%) ╞══════════╡ Real life M3B3 ╞═╗
║ Mean                               -0.061 ║
║ Best                                0.000 ║
║ Worst                              -2.595 ║
║ Total                              -0.204 ║
╠═╡ Cycles (-%) ╞════════╡ Real life M3B3 ╞═╣
║ Mean                               -0.018 ║
║ Best                                5.063 ║
║ Worst                              -5.333 ║
║ Total                              -0.015 ║
╠═╡ Ergs (-%) ╞══════════╡ Real life M3B3 ╞═╣
║ Mean                              100.000 ║
║ Best                               96.588 ║
║ Worst                             -471.939 ║
║ Total                              93.111 ║
╚═══════════════════════════════════════════╝

╔═╡ Size (-%) ╞══════════╡ Real life MzB3 ╞═╗
║ Mean                               -0.110 ║
║ Best                                0.000 ║
║ Worst                              -4.942 ║
║ Total                              -0.317 ║
╠═╡ Cycles (-%) ╞════════╡ Real life MzB3 ╞═╣
║ Mean                               -0.056 ║
║ Best                               10.317 ║
║ Worst                             -11.504 ║
║ Total                              -0.015 ║
╠═╡ Ergs (-%) ╞══════════╡ Real life MzB3 ╞═╣
║ Mean                              100.000 ║
║ Best                               96.579 ║
║ Worst                             -444.712 ║
║ Total                              92.756 ║
╚═══════════════════════════════════════════╝

@hedgar2017 hedgar2017 marked this pull request as ready for review May 8, 2024 14:27
@hedgar2017 hedgar2017 changed the title [WIP] Update to zkVM v1.5.0 feat: update to zkVM v1.5.0 May 8, 2024
@hedgar2017 hedgar2017 merged commit 757fdc9 into main May 9, 2024
6 checks passed
@hedgar2017 hedgar2017 deleted the v1.5.0 branch May 9, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants