1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

fixed benchmark mode typo .

added benchmark mode tests
This commit is contained in:
Yann Collet
2016-10-28 14:43:24 -07:00
parent 22de81e87e
commit b9550d6d43
2 changed files with 12 additions and 1 deletions

View File

@@ -369,7 +369,7 @@ int main(int argCount, const char* argv[])
#ifndef ZSTD_NOBENCH
/* Benchmark */
case 'b': operation=zom_train; argument++; break;
case 'b': operation=zom_bench; argument++; break;
/* range bench (benchmark only) */
case 'e':