Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindevs committed Nov 13, 2022
1 parent 31c4657 commit e3a91f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e3a91f7

Please sign in to comment.