X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=tools%2Fhist%2Ffio-histo-log-pctiles.py;h=b5d167de2295fa45354c920be63b3f3f92dfebcd;hb=HEAD;hp=08e7722d04fe1a854a2b0aa4edcc2a194e84904d;hpb=14060ebb90ce5a0a164d0e5e52c13e31b53b282d;p=fio.git diff --git a/tools/hist/fio-histo-log-pctiles.py b/tools/hist/fio-histo-log-pctiles.py index 08e7722d..b5d167de 100755 --- a/tools/hist/fio-histo-log-pctiles.py +++ b/tools/hist/fio-histo-log-pctiles.py @@ -748,7 +748,7 @@ if unittest2_imported: def test_e2_get_pctiles_highest_pct(self): fio_v3_bucket_count = 29 * 64 with open(self.fn, 'w') as f: - # make a empty fio v3 histogram + # make an empty fio v3 histogram buckets = [ 0 for j in range(0, fio_v3_bucket_count) ] # add one I/O request to last bucket buckets[-1] = 1