[dpdk-test-report] |WARNING| pw30845 [PATCH] test: provide performance difference ratio and test time

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Oct 25 09:15:58 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/30845

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#51: FILE: test/test/test_memcpy_perf.c:245:
+    printf("%3.0f -",  (double)total_time / TEST_ITERATIONS);                \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#52: FILE: test/test/test_memcpy_perf.c:246:
+    printf("%3.0f",  (double)total_time2 / TEST_ITERATIONS);                \$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#53: FILE: test/test/test_memcpy_perf.c:247:
+    printf("(%6.2f%%) ", ((double)total_time - total_time2)*100/total_time2);  \$

total: 0 errors, 3 warnings, 84 lines checked


More information about the test-report mailing list