Searched refs:last_dspeed (Results 1 – 1 of 1) sorted by relevance
/external/lz4/tests/ |
D | test-lz4-speed.py | 148 testFilePath, fileName, last_csize, last_cspeed, last_dspeed): argument 170 …[i], last_cspeed[i], cspeed[i]/last_cspeed[i], dspeed[i], last_dspeed[i], dspeed[i]/last_dspeed[i]… 173 if (dspeed[i]/last_dspeed[i] < args.lowerLimit): 174 …=%.2f dDiff=%.4f %s\n" % (executableName, i+1, dspeed[i], last_dspeed[i], dspeed[i]/last_dspeed[i]…
|