From e3a91f789d06af0a4d86b4af22bc670bdbcaccff Mon Sep 17 00:00:00 2001 From: lindevs Date: Sun, 13 Nov 2022 13:21:35 +0200 Subject: [PATCH] update readme --- README.md | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d1e7f2..b9842f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ArduinoCoreMark **ArduinoCoreMark** is a CPU performance benchmark for Arduino platform based on EEMBC CoreMark. It measures -the performance of CPU by performing various algorithms such as linked list processing, matrix manipulation, +the performance of CPU by performing various tasks such as linked list processing, matrix manipulation, state machines execution. ## Requirements diff --git a/library.json b/library.json index e002770..c8f7748 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "arduino-coremark", "version": "1.0.0", - "description": "ArduinoCoreMark is a CPU performance benchmark for Arduino platform based on EEMBC CoreMark. It measures the performance of CPU by performing various algorithms such as linked list processing, matrix manipulation, state machines execution.", + "description": "ArduinoCoreMark is a CPU performance benchmark for Arduino platform based on EEMBC CoreMark. It measures the performance of CPU by performing various tasks such as linked list processing, matrix manipulation, state machines execution.", "keywords": "benchmark, coremark, cpu performance", "repository": { "type": "git",