Compile the suite by simply typing make and tests will be ready to run.
$ make
Go to the script folder and generate the configuration for your machine by typing the following command:
$ cd script
$ ./create_machine_conf.sh
It will generate a configuration file in script/machine_conf/
.
Now, you can run standard benchmarks by executing:
$ ./run_rand_batch_test.sh machine_conf/<your machine conf> tests_conf/<tests conf> thread_conf/<thread conf>
Obtaining plots resuming the benchmark results is quite straightforward, but it might require some minutes.
- First aggregate results by executing the following command
./generate_dat.sh machine_conf/<your machine conf> tests_conf/<tests conf>
- Obtain the plots
./plot_results.sh machine_conf/<your machine conf> tests_conf/<tests conf>
- Find the charts in the
plots
directory