aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_filiphr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Hyperfine: Script re-orgGunnar Morling2024-01-091-4/+1
|
* Use proper key for CalculateAverage_filiphr;Filip Hrisafov2024-01-051-2/+2
| | | | | * Revert using hash as a key * Use custom key with Arrays#equals as a key in the Map of measurements * Add sdk use java in the calculate script
* Adding filiphr's submission;Filip Hrisafov2024-01-031-0/+22
* Initial implementation using Shenandoah GC and parallel iteration * Use memory mapped files * Iterate the buffer once and use BigDecimal parsing instead of Double.parseDouble * Add information about Graal * Add sdk use to calculate script