aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_fragmede.sh
Commit message (Collapse)AuthorAgeFilesLines
* Hyperfine: Script re-orgGunnar Morling2024-01-091-1/+1
|
* Custom atoi/atof parser logic, plus math changes.Samson Yeung2024-01-051-0/+21
This commit uses a custom atoi function that converts 12.4 to 124 so we can do integer math instead of using doubles.