Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/64kramsystem/parsec-riscv-performance-testing
Program for setting up and running the PARSEC suite on an emulated RISC-V environment, used for my coauthored research paper.
https://github.com/64kramsystem/parsec-riscv-performance-testing
bash emulation parsec-benchmark performance qemu riscv shell-script
Last synced: 12 days ago
JSON representation
Program for setting up and running the PARSEC suite on an emulated RISC-V environment, used for my coauthored research paper.
- Host: GitHub
- URL: https://github.com/64kramsystem/parsec-riscv-performance-testing
- Owner: 64kramsystem
- Created: 2021-01-21T22:17:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T19:05:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T19:21:40.737Z (about 1 month ago)
- Topics: bash, emulation, parsec-benchmark, performance, qemu, riscv, shell-script
- Language: Shell
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Support: support_scripts/bench_parsec_barnes.sh
Awesome Lists containing this project
README
# parsec-riscv-performance-testing
Script(s) for automatedly setting up and running the PARSEC benchmarks on an emulated RISC-V environment.
The main purpose is to document the steps required in order to reproduce the setup used for a QEMU/RISC-V related paper I've been collaborating with.
## Execution
1. run `./setup_system.sh`
- it will prepare a `projects` directory, will all the required sources/data
- it will prepare a `components` directory, with all the compiled/processed objects
2. run `run_parsec_benchmarks.sh`
- it will run the PARSEC benchmarks in a VM, and output the results into `output`