From 31b7810e18fc2890e6f6e68b66bc72b82fe44d77 Mon Sep 17 00:00:00 2001 From: Reselim Date: Fri, 3 Nov 2023 17:06:09 -0400 Subject: [PATCH] update benchmarks --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 161fb0d..28be03c 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ local decodedData = Base64.decode(encodedData) -- "Hello, world!" ## Benchmarks -Benchmarks ran in Roblox Studio with a payload of **10,000,000** characters running on a **Ryzen 5900X** and **32GB RAM @ 2133MHz**, as of **2023/08/31** +Benchmarks ran in Roblox Studio with a payload of **10,000,000** characters running on a **Ryzen 5900X** and **32GB RAM @ 3200MHz**, as of **2023/11/03** #### Native mode OFF: -- Encode: 524.15ms (19,078,215/s) -- Decode: 356.88ms (28,020,045/s) +- Encode: 569.976ms (17,544,586/s) +- Decode: 333.244ms (30,008,033/s) #### Native mode ON: -- Encode: 338.07ms (29,579,197/s) -- Decode: 203.61ms (49,111,619/s) \ No newline at end of file +- Encode: 365.399ms (27,367,321/s) +- Decode: 166.880ms (59,923,405/s) \ No newline at end of file