Skip to content

Commit 823409a

Browse files
authored
readme: reword perf section
1 parent 20b3b33 commit 823409a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ Here are some benchmark results from a system with an Intel i7 6700k CPU and a S
171171

172172
|Benchmark|Description|Average Duration|Speed|
173173
|-|-|-|-|
174-
|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.06 s (per 8 demos)|~330'000 ticks / s|
175-
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~95'000 ticks / s
176-
|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~96'000 ticks / s
174+
|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.06 s (per 8 demos)|~ 1 h 25 min of gameplay per second|
175+
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|0.89 s|~ 25 min of gameplay per second|
176+
|`BenchmarkInMemory`|Read demo from memory and parse|0.88 s|~ 25 min of gameplay per second|
177177

178178
*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.*
179179

0 commit comments

Comments
 (0)