Small changes to eliminate warnings, added Hello World example, bugfix in HashJoin benchmark.

This commit is contained in:
Jan Mühlig
2021-12-01 09:01:34 +01:00
parent 6b86efaf14
commit a58345de58
17 changed files with 212 additions and 106 deletions

View File

@@ -43,3 +43,7 @@ Following, the benchmark will be started and print the results for every iterati
* Thirdly, the granularity of how many records per task will be processed.
* After that, the time and throughput are written.
* If `--perf` is enabled, the output will be extended by some perf counters, which are labeled (like throughput).
## Plot the results
When using `-o FILE`, the results will be written to the given file, using `JSON` format.
The plot script `scripts/plot_hashjoin_benchmark INPUT_FILE` will aggregate and plot the results using one `JSON` file.