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

Revision history for this message
Deepti B. Kalakeri (deeptik) 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

I did not get with point "we need to scale this WAAAAAY back." Can you elaborate.?

> 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.

This is just an example of how the tiobench can be used. I basically written the tiobench to use the (disk) block size of 4096 and then 8192.
So in case if Linaro how much block size should be used ?

« Back to merge proposal