aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-10 11:00:16 +0000
committerFuwn <[email protected]>2024-06-10 11:00:16 +0000
commit5ede576d75be0e8ba6617c364ec620e9d71706fb (patch)
treebb8ff7466576b8948f149e01fc2c1238b499b102
parentdocs(readme): update benchmark for para (diff)
downloadpara-5ede576d75be0e8ba6617c364ec620e9d71706fb.tar.xz
para-5ede576d75be0e8ba6617c364ec620e9d71706fb.zip
docs(readme): bold benchmarks
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7fc3589..7a70964 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,12 @@ This implementation is
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.
+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 ./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.
+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
that para brings to the table.