Files @ 7419ad308a55
Branch filter:

Location: CSY/reowolf/examples/zoop.sh

Christopher Esterhuyse
more benchmarking cases. clearer PDL eval errors
1
2
3
4
5
6
7
8
#!/bin/bash
for options in {1..5}
do
	for forwards in {0..15}
	do
		./bench_11/main.exe $forwards $options 0
	done
done