We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545d80f commit d551942Copy full SHA for d551942
benchmark/README.md
@@ -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