From 31f3514a0e241c4b95a11a55a5c08faef249d42a Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 31 Jan 2020 22:10:05 +0200 Subject: [PATCH] Update Performance.md --- docs/Performance.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Performance.md b/docs/Performance.md index d4aae93..466f160 100644 --- a/docs/Performance.md +++ b/docs/Performance.md @@ -21,6 +21,8 @@ Native (GCC 7.4.0, 32-bit) 18070.112035 11.1x Native (GCC 7.4.0, 64-bit) 19144.862795 11.8x ``` +**Note:** Here is more info on [how to run CoreMark benchmark](../test/benchmark/coremark). + ## Simple recursive Fibonacci calculation test ```log