From d750d323e31e94c3e8ec6c79f00e03f90089d4aa Mon Sep 17 00:00:00 2001 From: Julian Kunkel Date: Wed, 28 Oct 2020 09:47:38 +0000 Subject: [PATCH] JSON output. Remove duplicated keys. (#265) --- src/ior-output.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ior-output.c b/src/ior-output.c index b1a547a..bf5f080 100644 --- a/src/ior-output.c +++ b/src/ior-output.c @@ -620,9 +620,6 @@ static void PrintLongSummaryOneOperation(IOR_test_t *test, const int access) PrintKeyValInt("taskPerNodeOffset", params->taskPerNodeOffset); PrintKeyValInt("reorderTasksRandom", params->reorderTasksRandom); PrintKeyValInt("reorderTasksRandomSeed", params->reorderTasksRandomSeed); - PrintKeyValInt("segmentCount", params->segmentCount); - PrintKeyValInt("blockSize", params->blockSize); - PrintKeyValInt("transferSize", params->transferSize); PrintKeyValDouble("bwMaxMIB", bw->max / MEBIBYTE); PrintKeyValDouble("bwMinMIB", bw->min / MEBIBYTE); PrintKeyValDouble("bwMeanMIB", bw->mean / MEBIBYTE);