Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 560 Bytes

Struct Data layout optimization

Running a benchamrk

Create Visual diagram of IR and run benchmark.

sh test.sh 3 # number of benchmark. Currently have 10 benchmarks 

Get Cache statistics

Cache statistics are gathered using Valgrind. In order to get the result correctly, install the Valgrind first.

Get the result of benchmarks

After running test.sh script, run compare.sh script.

sh compare.sh 3 # number of benchmark. Currently have 10 benchmarks 

The reuslt will be stored in /benchmarks/results directory.