From d881aadeaf9eca172374290d64de549240b26286 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Fri, 5 Jan 2024 18:37:05 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E8=B7=91=E5=88=86?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e04189b..ef9e9ef 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,23 @@ Air001的CoreMark跑分工程 默认工程的跑分结果参考: -``` -About to start Air001 CoreMark testing␍␊ -The current running frequency is 48000000 Hz␍␊ - -2K performance run parameters for coremark.␊ -CoreMark Size : 666␊ -Total ticks : 35539␊ -Total time (secs): 35.539000␊ -Iterations/Sec : 56.276204␊ -Iterations : 2000␊ -Compiler version : ArmClang 16.0.0␊ -Compiler flags : -Ofast␊ -Memory location : STACK␊ -seedcrc : 0xe9f5␊ -[0]crclist : 0xe714␊ -[0]crcmatrix : 0x1fd7␊ -[0]crcstate : 0x8e3a␊ -[0]crcfinal : 0x4983␊ -Correct operation validated. See README.md for run and reporting rules.␊ -CoreMark 1.0 : 56.276204 / ArmClang 16.0.0 -Ofast / STACK␊ +```text +About to start Air001 CoreMark testing +The current running frequency is 48000000 Hz +2K performance run parameters for coremark. +CoreMark Size : 666 +Total ticks : 35380 +Total time (secs): 35.380000 +Iterations/Sec : 56.529112 +Iterations : 2000 +Compiler version : ArmClang 18.0.0 +Compiler flags : -Ofast +Memory location : STACK +seedcrc : 0xe9f5 +[0]crclist : 0xe714 +[0]crcmatrix : 0x1fd7 +[0]crcstate : 0x8e3a +[0]crcfinal : 0x4983 +Correct operation validated. See README.md for run and reporting rules. +CoreMark 1.0 : 56.529112 / ArmClang 18.0.0 -Ofast / STACK ```