You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,11 @@ Here are some benchmark results from a system with a Intel i7 2600k CPU and SSD
121
121
122
122
|Benchmark|Description|Average Duration|Speed|
123
123
|-|-|-|-|
124
-
|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.90 s (per 8 demos)|~234'000 ticks / s|
125
-
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|1.39 s|~61'000 ticks / s
126
-
|`BenchmarkInMemory`|Read demo from memory and parse|1.38 s|~61'000 ticks / s
124
+
|`BenchmarkConcurrent`|Read and parse 8 demos concurrently|2.84 s (per 8 demos)|~240'000 ticks / s|
125
+
|`BenchmarkDemoInfoCs`|Read demo from drive and parse|1.24 s|~68'000 ticks / s
126
+
|`BenchmarkInMemory`|Read demo from memory and parse|1.21 s|~70'000 ticks / s
127
+
128
+
*That's about 1h of gameplay per second when parsing in parallel (recorded at 64 ticks per second) - or 18 minues per second when only parsing a single demo at a time.*
127
129
128
130
### Raw output
129
131
@@ -132,14 +134,15 @@ $ go test -run _NONE_ -bench . -benchtime 30s -benchmem -concurrentdemos 8
0 commit comments