Skip to content

Commit

Permalink
Merge pull request #3 from hpc/master
Browse files Browse the repository at this point in the history
Bring fork up to date
  • Loading branch information
adrianjhpc authored Nov 12, 2019
2 parents 9c0926e + f69dfbe commit ddac5c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ior-output.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ void PrintReducedResult(IOR_test_t *test, int access, double bw, double iops, do
PrintKeyValDouble("bwMiB", bw / MEBIBYTE);
PrintKeyValDouble("blockKiB", (double)test->params.blockSize / KIBIBYTE);
PrintKeyValDouble("xferKiB", (double)test->params.transferSize / KIBIBYTE);
PrintKeyValDouble("iops", iops);
PrintKeyValDouble("latency", latency);
PrintKeyValDouble("openTime", diff_subset[0]);
PrintKeyValDouble("wrRdTime", diff_subset[1]);
PrintKeyValDouble("closeTime", diff_subset[2]);
Expand Down

0 comments on commit ddac5c8

Please sign in to comment.