We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b9badc + adbaea0 commit 9869c0cCopy full SHA for 9869c0c
1 file changed
fio/fio_run
@@ -269,7 +269,7 @@ obtain_avg()
269
let "nitems=$nitems+1"
270
field_separ="+"
271
done
272
- if [ ${nitems} -eq 0]; then
+ if [ ${nitems} -eq 0 ]; then
273
calc=0
274
else
275
# Divide by 3 since the json output includes all three I/O types and we only care about one
@@ -294,7 +294,7 @@ obtain_avg_lat()
294
295
296
297
298
299
300
0 commit comments