Commit c969c8a4 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Run benchmarks in all.bash.

parent 2d91db77
......@@ -18,3 +18,7 @@ do
(cd $d && gotest )
done
for d in benchmark
do
(cd $d && gotest -test.bench '.*' -test.cpu 1,2
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment