d1p2 faf done

This commit is contained in:
2025-12-01 17:04:38 -05:00
parent 11d45e0f65
commit 233a5f4e0f
4 changed files with 157 additions and 6 deletions

View File

@@ -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 |