Code review comment for lp:~deeptik/lava-test/tiobench

Revision history for this message
Paul Larson (pwlars) wrote :

37 + "./tiobench.pl --block=4096 --block=8192 --threads=10 "\
38 + " --size=%s --numruns=2" % (VERSION, FILE_SIZE)]
Is there a reason why --block is specified twice?
Also, we need to scale this WAAAAAY back. Most of the devices we use are booted off a small SD card, so space is very limited. Also, 10 threads on a single-core, low power device is about 8 or 9 too many.

review: Needs Fixing

« Back to merge proposal