This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/tests/benchmarks/coremark
2023-03-15 08:24:08 +08:00
..
build.sh Add libsodium benchmark (#2025) 2023-03-15 08:24:08 +08:00
README.md Add libsodium benchmark (#2025) 2023-03-15 08:24:08 +08:00
run.sh Add benchmarks (#979) 2022-01-25 10:52:48 +08:00

Introduction

CoreMark's primary goals are simplicity and providing a method for testing only a processor's core features.

Source: https://github.com/eembc/coremark

Building

Please build iwasm and wamrc, refer to:

And install WASI SDK, please download the wasi-sdk release and extract the archive to default path /opt/wasi-sdk.

And then run ./build.sh to build the source code, file coremark.exe, coremark.wasm and coremark.aot will be generated.

Running

Run ./run.sh to test the benchmark, the native mode, iwasm aot mode and iwasm interpreter mode will be tested respectively.