Make paramgrill use bench.c benchmarking

This commit is contained in:
George Lu
2018-06-08 12:01:05 -07:00
parent 8ef75547ef
commit 0e808d608b
5 changed files with 225 additions and 255 deletions
+1
View File
@@ -186,6 +186,7 @@ $ZSTD -f tmp && die "tmp not present : should have failed"
test ! -f tmp.zst # tmp.zst should not be created
$ECHO "test : compress multiple files"
rm tmp*
$ECHO hello > tmp1
$ECHO world > tmp2
$ZSTD tmp1 tmp2 -o "$INTOVOID"