Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 431 Bytes

File metadata and controls

13 lines (10 loc) · 431 Bytes

How to generate the benchmarks

$ cd benchmatks
$ ./compile_clang.sh array
$ ./benchmark.sh array      # Outputs ./build/benchmarks/array.txt
$ python makereport.py ./build/benchmarks/array.txt > report.txt
$ python render.py report.txt ../images/array
$ python markdown.py jc::Array array report.txt > benchmarks_array.md

Benchmarks