diff options
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-x | tests/test.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh new file mode 100755 index 00000000..9ffdf3a0 --- /dev/null +++ b/tests/test.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +echo "Map non block" +time ./gem_wo_map -n -c 500 +time ./gem_wo_map -n -c 500 +time ./gem_wo_map -n -c 500 +time ./gem_wo_map -n -c 500 +time ./gem_wo_map -n -c 500 +time ./gem_wo_map -n -c 500 +echo "Map" +time ./gem_wo_map -c 500 +time ./gem_wo_map -c 500 +time ./gem_wo_map -c 500 +time ./gem_wo_map -c 500 +time ./gem_wo_map -c 500 +time ./gem_wo_map -c 500 |