From 115c5a7fff49a18f50246347b535b51682ce021d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=BChlig?= Date: Mon, 22 Mar 2021 18:56:39 +0100 Subject: [PATCH] Updated READMEs --- src/application/blinktree_benchmark/README.md | 4 ---- src/application/hashjoin_benchmark/README.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/application/blinktree_benchmark/README.md b/src/application/blinktree_benchmark/README.md index 06f1770..132536d 100644 --- a/src/application/blinktree_benchmark/README.md +++ b/src/application/blinktree_benchmark/README.md @@ -50,10 +50,6 @@ Following, the benchmark will be started and print the results for every iterati * 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_blinktree_benchmark INPUT_FILE [INPUT_FILE ...]` will aggregate and plot the results using one or more of those `JSON` files. - ## Examples ###### Running workload A using optimistic synchronization diff --git a/src/application/hashjoin_benchmark/README.md b/src/application/hashjoin_benchmark/README.md index 07429d2..8f5dcab 100644 --- a/src/application/hashjoin_benchmark/README.md +++ b/src/application/hashjoin_benchmark/README.md @@ -43,7 +43,3 @@ 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.