blob: dbf602ca800219d85c2a2955cfdfcb934394ea61 [file] [log] [blame]
#!/bin/bash
TIME=$(which time)
echo "runtests"
${TIME} -f 'Execution time: %e s' bash -c "./runtests -v"
echo "runtestspp"
${TIME} -f 'Execution time: %e s' bash -c "./runtestspp -v"
echo