Skip to content

Commit d551942

Browse files
committed
Add README for benchmark
1 parent 545d80f commit d551942

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

benchmark/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Benchmark
2+
3+
We can run simulation to compare the performance of native c executable file `cachesim`, and the python binding via [simulation.py](./simulation.py).
4+
5+
## Example
6+
7+
```bash
8+
# at the root dir of the repository
9+
bash script/install.sh
10+
python benchmark/simulation.py --trace_path=./src/libCacheSim/data/cloudPhysicsIO.oracleGeneral.bin
11+
```
12+
13+
## Usage
14+
15+
```
16+
python benchmark/simulation.py -h
17+
```

0 commit comments

Comments
 (0)