diff options
| author | Fuwn <[email protected]> | 2024-06-10 03:59:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-10 03:59:15 -0700 |
| commit | ff2cac0e8f8a9376cc8ef7ac3bb1808a419d85b2 (patch) | |
| tree | 56cf02cca90756698e9f6c88eb2a006991309d68 /README.md | |
| parent | 8b533b71f69769788e52864114281c7ddc3b482d (diff) | |
| download | para-ff2cac0e8f8a9376cc8ef7ac3bb1808a419d85b2.tar.xz para-ff2cac0e8f8a9376cc8ef7ac3bb1808a419d85b2.zip | |
docs(readme): update benchmark for para
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -19,13 +19,13 @@ This implementation is ### Speed -In a two-hundred-forty-four frame `.ppm` benchmark running the command -`$ para ./benchmark.ppm gif benchmark.gif` on a twelve-core, -twenty-four-thread Ryzen 9 processor, para took an average of 566.9893 milliseconds, +In a 219 frame `.ppm` benchmark, running the command +`$ para ./samplememo_02.ppm gif samplememo_02.gif` on a twelve-core, +twenty-four-thread Ryzen 9 processor, para took an average of 368.35 milliseconds, while ppm-parser took an average of 50.4171397 seconds. -Running the command `$ para ./benchmark.ppm 0 benchmark.png` on a twelve-core, -twenty-four-thread Ryzen 9 processor, para took an average of 8.6251 milliseconds, +Running the command `$ para ./samplememo_02.ppm 0 samplememo_02.png` on a twelve-core, +twenty-four-thread Ryzen 9 processor, para took an average of 1.875619 milliseconds, while ppm-parser took an average of 358.2232 milliseconds. Rust versus Python isn't very fair, however, this benchmark shows the speed improvements @@ -45,7 +45,7 @@ that para brings to the table. #### Install from [crates.io](https://crates.io/crates/para-cli) ```shell -$ cargo +nightly install para-cli --force +cargo +nightly install para-cli --force ``` #### Download from releases @@ -58,7 +58,7 @@ to build and install Para yourself! #### Install from self-compile ```shell -$ cargo +nightly install --git https://github.com/Fuwn/para --branch main +cargo +nightly install --git https://github.com/Fuwn/para --branch main ``` If you are building and installing yourself, you must have |