From 5ede576d75be0e8ba6617c364ec620e9d71706fb Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 10 Jun 2024 11:00:16 +0000 Subject: docs(readme): bold benchmarks --- README.md | 8 ++++---- 1 file 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. -- cgit v1.2.3