[automated_benchmarking] Make arguments optional and add --dict argument (#1968)

* Make arugments optional and add --dict argument

* Removing accidental print statement

* Change to more likely scenario for dictionary compression benchmark
This commit is contained in:
Bimba Shrestha
2020-01-28 11:29:43 -08:00
committed by Yann Collet
parent 9a71d07aa4
commit 8fe562a770
3 changed files with 140 additions and 52 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ versionsTest: clean
$(PYTHON) test-zstd-versions.py
automated_benchmarking: clean
$(PYTHON) automated_benchmarking.py golden-compression 1 current 1 "" 60
$(PYTHON) automated_benchmarking.py
checkTag: checkTag.c $(ZSTDDIR)/zstd.h
$(CC) $(FLAGS) $< -o $@$(EXT)