forked from eembc/coremark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
32 lines (32 loc) · 838 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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 tasks such as linked list processing, matrix manipulation, state machines execution.",
"keywords": "benchmark, coremark, cpu performance",
"repository": {
"type": "git",
"url": "https://github.com/lindevs/arduino-coremark.git"
},
"authors": [
{
"name": "Lindevs",
"url": "https://lindevs.com/contact",
"maintainer": true
}
],
"license": "Apache-2.0",
"frameworks": [
"arduino"
],
"platforms": "*",
"headers": "core_arduino.h",
"examples": [
{
"name": "Benchmark",
"base": "examples",
"files": [
"main.cpp"
]
}
]
}