Skip to content

Commit f82456c

Browse files
committed
Add Dhrystone as benchmark
Dhrystone was taken from rv8-bench and tweaked for bare-metal environments. See https://github.com/michaeljclark/rv8-bench
1 parent 0089626 commit f82456c

File tree

3 files changed

+414
-1
lines changed

3 files changed

+414
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ Add `-D` to enable and `-U` to disable the specific ISA extensions.
9393
## External sources
9494

9595
In `rv32emu` repository, there are some prebuilt ELF files for testing purpose.
96-
* `quake.elf` : See [sysprog21/quake-embedded](https://github.com/sysprog21/quake-embedded)
9796
* `coremark.elf` : See [eembc/coremark](https://github.com/eembc/coremark)
97+
* `dhrystone.elf` : See [rv8-bench](https://github.com/michaeljclark/rv8-bench)
9898
* `pi.elf` : See [tests/pi.c](tests/pi.c)
99+
* `quake.elf` : See [sysprog21/quake-embedded](https://github.com/sysprog21/quake-embedded)
99100

100101
## Reference
101102

build/dhrystone.elf

91.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)