mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Add benchmark
This commit is contained in:
10
README.md
10
README.md
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user