Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A DREADME.md27 …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
H A Dtest-zstd-speed.py276 testFileNames = args.testFileNames.split() variable
278 for fileName in testFileNames: