diff options
| author | Fuwn <[email protected]> | 2022-02-27 15:07:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-27 15:07:03 +0000 |
| commit | 074298eb2b2d1bf933e2a0d8f0f7194fbbf1fbb0 (patch) | |
| tree | 69046b0218463906a94bc8dc564718fc0e180ad0 | |
| parent | feat(para): :star: (diff) | |
| download | para-074298eb2b2d1bf933e2a0d8f0f7194fbbf1fbb0.tar.xz para-074298eb2b2d1bf933e2a0d8f0f7194fbbf1fbb0.zip | |
fix(readme): speed benchmarks
I ACCIDENTALLY USED THE DEBUG PARA BINARY FOR THE SPEED BENCHMARKS.
How could I miss this...
I thought the initial benchmarks were pretty good, but this... I am beyond impressed.
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,11 +22,11 @@ Speed In a two-hundred-forty-four frame :code:`.ppm` benchmark running the command :code:`$ para ./benchmark.ppm gif benchmark.gif` on a twelve-core, -twenty-four-thread Ryzen 9 processor, para took an average of 22.7000176 seconds, +twenty-four-thread Ryzen 9 processor, para took an average of 603.3459 milliseconds, while ppm-parser took an average of 50.4171397 seconds. Running the command :code:`$ para ./benchmark.ppm 0 benchmark.png` on a twelve-core, -twenty-four-thread Ryzen 9 processor, para took an average of 98.7967 milliseconds, +twenty-four-thread Ryzen 9 processor, para took an average of 8.9794 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 |