diff options
| author | Fuwn <[email protected]> | 2022-03-23 05:34:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 05:34:23 +0000 |
| commit | b791b0068004ce7cdf087c6ed3811187b4f4693a (patch) | |
| tree | e06b2cc80261046fafdac1e9d63634d9e320f948 | |
| parent | refactor(ppm): take slice instead of vector (diff) | |
| parent | docs(readme): update bench results (diff) | |
| download | para-b791b0068004ce7cdf087c6ed3811187b4f4693a.tar.xz para-b791b0068004ce7cdf087c6ed3811187b4f4693a.zip | |
Merge branch 'main' of github.com:Usugata/para
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ 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 603.3459 milliseconds, +twenty-four-thread Ryzen 9 processor, para took an average of 574.8511 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, |