mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Small changes to eliminate warnings, added Hello World example, bugfix in HashJoin benchmark.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user