summaryrefslogtreecommitdiffstats
path: root/programs/bench.h
diff options
context:
space:
mode:
authorinikep <inikep@gmail.com>2016-09-02 20:59:18 (GMT)
committerinikep <inikep@gmail.com>2016-09-02 20:59:18 (GMT)
commit2cf32ef0f107d18c9779283b8bd1d56f0517dd39 (patch)
tree7a2845b5052b03ae73e04d4e21e4674bd6da27b9 /programs/bench.h
parentc1864f69e87d68fe79420c9303ecf97eb66bc7c7 (diff)
downloadlz4-2cf32ef0f107d18c9779283b8bd1d56f0517dd39.zip
lz4-2cf32ef0f107d18c9779283b8bd1d56f0517dd39.tar.gz
lz4-2cf32ef0f107d18c9779283b8bd1d56f0517dd39.tar.bz2
-b# and -e# options from zstd
Diffstat (limited to 'programs/bench.h')
-rw-r--r--programs/bench.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/bench.h b/programs/bench.h
index c04fb17..1e3df78 100644
--- a/programs/bench.h
+++ b/programs/bench.h
@@ -24,7 +24,8 @@
/* Main function */
-int BMK_benchFiles(const char** fileNamesTable, int nbFiles, int cLevel);
+int BMK_benchFiles(const char** fileNamesTable, int nbFiles, int cLevel, int cLevelLast);
+int BMK_benchLevel(const char** fileNamesTable, int nbFiles, int cLevel);
/* Set Parameters */
void BMK_setBlocksize(int bsize);