Searched refs:testFileNames (Results 1 – 2 of 2) sorted by relevance
27 …s of zstd and performs a speed benchmark for a given list of files (the `testFileNames` parameter).48 nohup ./test-zstd-speed.py testFileNames emails &54 testFileNames file names list for speed benchmark
276 testFileNames = args.testFileNames.split() variable278 for fileName in testFileNames: