d1p2 faf done
This commit is contained in:
@@ -40,7 +40,7 @@ Each solution has its own executable following the following naming convention:
|
||||
All benchmarks are running using the timer class defined in `src/common/timer.h`. <br>
|
||||
"Normal" solutions are only run once, as they aren't designed to be as fast as possible.<br>
|
||||
"Faf" solutions are run multiple times to get a more accurate average.<br>
|
||||
All benchmarks include file IO, mostly because everything calculates within single digit microseconds or less.
|
||||
All benchmarks and iterations include file IO, mostly because everything calculates within single digit microseconds or less.
|
||||
|
||||
All benchmarks are run on a system with the following specs:
|
||||
- CPU: AMD Ryzen 9 8945HS
|
||||
@@ -54,3 +54,4 @@ All benchmarks are run on a system with the following specs:
|
||||
| 1 | 1 | faf | 43 | 100000 |
|
||||
| 1 | 1 | Normal | 483 | 1 |
|
||||
| 1 | 2 | Normal | 472 | 1 |
|
||||
| 1 | 2 | faf | 44 | 100000 |
|
||||
Reference in New Issue
Block a user