Home
last modified time | relevance | path

Searched refs:testFileNames (Results 1 – 2 of 2) sorted by relevance

/external/lz4/tests/
DREADME.md23 …es of lz4 and performs a speed benchmark for a given list of files (the `testFileNames` parameter).
44 nohup ./test-lz4-speed.py testFileNames emails &
50 testFileNames file names list for speed benchmark
Dtest-lz4-speed.py259 testFileNames = args.testFileNames.split() variable
261 for fileName in testFileNames: