From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 302FD1B921; Wed, 25 Oct 2017 09:15:58 +0200 (CEST) In-Reply-To: <1508915626-21407-1-git-send-email-herbert.guan@arm.com> References: <1508915626-21407-1-git-send-email-herbert.guan@arm.com> To: test-report@dpdk.org Cc: Herbert Guan Message-Id: <20171025071558.302FD1B921@dpdk.org> Date: Wed, 25 Oct 2017 09:15:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30845 [PATCH] test: provide performance difference ratio and test time X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 07:15:58 -0000 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