Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Reselim committed Nov 3, 2023
1 parent f2a2fe9 commit 31b7810
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- Encode: 365.399ms (27,367,321/s)
- Decode: 166.880ms (59,923,405/s)

0 comments on commit 31b7810

Please sign in to comment.