export FAUSTBENCH_LOG=on

for f in $@
do
  echo "Processing $f file in -double mode..."
  echo $f >> Faustbench.csv
  faustbench-llvm -single -double $f
  faustbench -single -double $f
  faustbench -lang ocpp -single -double $f
done
