Skip to content

Commit e3a91f7

Browse files
committed
update readme
1 parent 31c4657 commit e3a91f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ArduinoCoreMark
22

33
**ArduinoCoreMark** is a CPU performance benchmark for Arduino platform based on EEMBC CoreMark. It measures
4-
the performance of CPU by performing various algorithms such as linked list processing, matrix manipulation,
4+
the performance of CPU by performing various tasks such as linked list processing, matrix manipulation,
55
state machines execution.
66

77
## Requirements

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arduino-coremark",
33
"version": "1.0.0",
4-
"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.",
4+
"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.",
55
"keywords": "benchmark, coremark, cpu performance",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)