diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-13 09:33:49 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-13 12:58:08 +0200 |
| commit | 32311fc5d09daf4e946cd0d5add04273bc0a78b2 (patch) | |
| tree | 2afd44e24288957d339cd696b81e51dcbe7d273f /README.md | |
| parent | 28a13b10e7aba7e63980c743cff669ac76002fae (diff) | |
| download | zkVMs-benchmarks-32311fc5d09daf4e946cd0d5add04273bc0a78b2.tar zkVMs-benchmarks-32311fc5d09daf4e946cd0d5add04273bc0a78b2.tar.gz zkVMs-benchmarks-32311fc5d09daf4e946cd0d5add04273bc0a78b2.zip | |
fix(README): Squash typos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ # zkVMs-benchmarks This is a repository with setups and programs for zero-knowledge virtual machine benchmarking. -Its ultimate goal is to deliver reproducible and accurate performance metrics accross many zkVMs, so **you** can choose which technology suits your needs! +Its ultimate goal is to deliver reproducible and accurate performance metrics across many zkVMs, so **you** can choose which technology suits your needs! -Being made with reproducibility in mind, this project also serves as a good framework for running programs accross zkVMs without the complicated and everchanging setups required to do so. +Being made with reproducibility in mind, this project also serves as a good framework for running programs across zkVMs without the complicated and ever-changing setups required to do so. ## Usage @@ -19,7 +19,7 @@ sh <(curl -L https://nixos.org/nix/install) --daemon ``` > [!WARNING] -> It is preferrable to use the nixos.org script, as shown above! +> It is preferable to use the nixos.org script, as shown above! > Certain systems provide Nix with their native package managers, however practice has shown those do not always lead to working setups! Now, what follows depends on your use case. @@ -149,7 +149,7 @@ Extending on the previous example, we can pass public and private input TOML fil nix run github:blocksense-network/zkVMs-benchmarks#fibonacci -- prove ./private.toml ./public.toml -bamo result.csv ``` -Input cannnot be fed through stdin and TOML is the only supported format. +Input cannot be fed through stdin and TOML is the only supported format. ## Benchmark metrics output format |
