Add benchmark

This commit is contained in:
Jeehoon Kang
2020-07-01 14:23:41 +09:00
parent c3237276dc
commit 114f38cbb6
7 changed files with 190 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ doesn't, please run the fuzzer in Ubuntu 18.04 or 20.04.
```sh
# Ubuntu 20.04 or higher
apt install gcc-10-riscv64-linux-gnu qemu-user-static
apt install gcc-10-riscv64-linux-gnu g++-10-riscv64-linux-gnu qemu-user-static
```
### Cross-Compilation and Architecture-Emulation
@@ -143,6 +143,14 @@ echo $?
```
## Run Benchmark for Performance Competition
```sh
cd bench
make run
```
## Submission
- Submit the corresponding files to [gg.kaist.ac.kr](https://gg.kaist.ac.kr).