Browse Source

add unit to y-axis-label for peakthroughput plots

master
Constantin Fürst 11 months ago
parent
commit
8af4f46d0b
  1. BIN
      benchmarks/benchmark-plots/plot-perf-allnodes-throughput-selectbarplot.png
  2. BIN
      benchmarks/benchmark-plots/plot-perf-smart-throughput-selectbarplot.png
  3. 2
      benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py
  4. BIN
      thesis/images/plot-perf-allnodes-throughput-selectbarplot.png
  5. BIN
      thesis/images/plot-perf-smart-throughput-selectbarplot.png

BIN
benchmarks/benchmark-plots/plot-perf-allnodes-throughput-selectbarplot.png

Before

Width: 695  |  Height: 530  |  Size: 11 KiB

After

Width: 695  |  Height: 530  |  Size: 13 KiB

BIN
benchmarks/benchmark-plots/plot-perf-smart-throughput-selectbarplot.png

Before

Width: 695  |  Height: 530  |  Size: 11 KiB

After

Width: 695  |  Height: 530  |  Size: 13 KiB

2
benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py

@ -12,7 +12,7 @@ output_path = "benchmark-plots/"
runid = "Run ID"
x_label = "Destination Node"
y_label = "Throughput"
y_label = "Throughput in GiB/s"
title_allnodes = \
"""Copy Throughput in GiB/s tested for 1GiB Elements\n

BIN
thesis/images/plot-perf-allnodes-throughput-selectbarplot.png

Before

Width: 695  |  Height: 530  |  Size: 11 KiB

After

Width: 695  |  Height: 530  |  Size: 13 KiB

BIN
thesis/images/plot-perf-smart-throughput-selectbarplot.png

Before

Width: 695  |  Height: 530  |  Size: 11 KiB

After

Width: 695  |  Height: 530  |  Size: 13 KiB

Loading…
Cancel
Save