aboutsummaryrefslogtreecommitdiff
path: root/calculate_average_ddimtirov.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-22/+0
|
* Hyperfine: Script re-orgGunnar Morling2024-01-091-5/+1
|
* Added UseTransparentHugePages after testing on a boxDimitar Dimitrov2024-01-071-4/+7
|
* ddimtirov - supporting hash collisions, should have fixed #101Dimitar Dimitrov2024-01-061-1/+3
| | | | * ddimtirov - supporting hash collisions, should have fixed #101 * Make life easier for Windows user who need to use WSL to run the tests
* test: add script to test all implementationsAlexander Yastrebov2024-01-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script tests all implementations and prints PASS or FAIL status. In case of failure it also prints implementation output to stderr. This will be handy for adding new test samples. Show test statuses and omit failing output: ```sh $ ./test_all.sh 2>/dev/null PASS artsiomkorzun PASS baseline PASS bjhara PASS criccomini FAIL ddimtirov FAIL ebarlas PASS filiphr FAIL itaske PASS khmarbaise FAIL kuduwa-keshavram FAIL lawrey PASS padreati FAIL palmr PASS richardstartin FAIL royvanrijn FAIL seijikun PASS spullara PASS truelive ``` Show only passing implementations: ``` $ ./test_all.sh 2>/dev/null | grep PASS | cut -d' ' -f2 artsiomkorzun baseline bjhara criccomini filiphr khmarbaise padreati richardstartin spullara truelive ``` For #61
* ddimtirov - switched to the foreign memory access preview API for another ↵Dimitar Dimitrov2024-01-031-2/+3
| | | | 10% speedup
* ddimtirov - fixpoint, objects, streams and stringsDimitar Dimitrov2024-01-031-0/+20