old-benchmark-code/cpu/bc_sin.sh

6 lines
100 B
Bash
Raw Permalink Normal View History

#!/bin/bash
# bc is not threaded. This only tests 1 cpu
echo "scale=$1; s(1)" | bc -l &>/dev/null