Project

General

Profile

Feature #16335 » benchmark--cruby--date_core--gregorian.c--each-exe--linux.bat

colin13rg (Colin Bartlett), 11/12/2019 02:12 PM

 
#!/bin/bash
echo
date
echo ./benchmark--cruby--date_core--gregorian.c-O0.exe
./benchmark--cruby--date_core--gregorian.c-O0.exe
echo
date
echo ./benchmark--cruby--date_core--gregorian.c-O1.exe
./benchmark--cruby--date_core--gregorian.c-O1.exe
echo
date
echo ./benchmark--cruby--date_core--gregorian.c-O2.exe
./benchmark--cruby--date_core--gregorian.c-O2.exe
echo
date
echo ./benchmark--cruby--date_core--gregorian.c-O3.exe
./benchmark--cruby--date_core--gregorian.c-O3.exe
echo
date
echo ./benchmark--cruby--date_core--gregorian.c-Ofast.exe
./benchmark--cruby--date_core--gregorian.c-Ofast.exe
echo
date
(7-7/8)