t/io_uring: correct percentile ranking
authorJens Axboe <axboe@kernel.dk>
Fri, 1 Oct 2021 17:11:53 +0000 (11:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Oct 2021 17:11:53 +0000 (11:11 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c

index d7ae18b0da7181eb0dc4b193ea61c1ee021a56b0..2ec4caeb6a68e5897deda7df68fe35a3fe0d7703 100644 (file)
@@ -115,7 +115,7 @@ static unsigned long tsc_rate;
 static int vectored = 1;
 
 static float plist[] = { 1.0, 5.0, 10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0,
-                       80.0, 90.0, 95.0, 99.9, 99.5, 99.9, 99.95, 99.99 };
+                       80.0, 90.0, 95.0, 99.0, 99.5, 99.9, 99.95, 99.99 };
 static int plist_len = 17;
 
 static unsigned long cycles_to_nsec(unsigned long cycles)