
using this test:

1) compile hackbench: gcc hackbench.c -o hackbench
2) put the executable in your path somewhere
3) run "hackbench_run.sh <path> <thread-count> [-rt]"

    This will generate data in a file called "<path>/$(uname -r)-hackbench"

4) Repeat (3) for each kernel you want to gather data on
5) Run "hackbench_plot.sh <file1> <file2> ... <fileN>" to plot the results

