Skip to content

Commit 1a11412

Browse files
HassanKhadoursshaulnv
authored andcommitted
Perftest: Fix indentation between results after the fix of the BW unit
Fix the indentation and spaces between results after the fix of BW unit. Signed-off-by: Hassan Khadour <[email protected]>
1 parent 8bbfe3c commit 1a11412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perftest_parameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
#define RESULT_FMT_FS_RATE_DUR " #flows fs_avg_time[usec] fps[flow per sec]"
217217

218218
/* Result print format */
219-
#define REPORT_FMT " %-7lu %-10" PRIu64 " %-7.2lf %-7.2lf %-7.6lf"
219+
#define REPORT_FMT " %-7lu %-10" PRIu64 " %-7.2lf %-7.2lf %-7.6lf"
220220

221221
#define REPORT_FMT_JSON "\"MsgSize\": %lu,\n\"n_iterations\": %" PRIu64 ",\n\"BW_peak\": %.2lf,\n\"BW_average\": %.2lf,\n\"MsgRate\": %.6lf"
222222

0 commit comments

Comments
 (0)