From 823409a42d4312fc0b8349a19d3c19c2aabfb132 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 25 Jan 2025 16:07:48 +0000 Subject: [PATCH] readme: reword perf section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 91b5ee09..fc024725 100644 --- a/README.md +++ b/README.md @@ -171,9 +171,9 @@ Here are some benchmark results from a system with an Intel i7 6700k CPU and a S |Benchmark|Description|Average Duration|Speed| |-|-|-|-| -|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.06 s (per 8 demos)|~330'000 ticks / s| -|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~95'000 ticks / s -|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~96'000 ticks / s +|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.06 s (per 8 demos)|~ 1 h 25 min of gameplay per second| +|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~ 25 min of gameplay per second| +|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~ 25 min of gameplay per second| *That's almost 1.5 hours of gameplay per second when parsing in parallel (recorded at 64 ticks per second) - or 25 minues per second when only parsing a single demo at a time.*