diff --git a/benchmarks/benchmark-plots/plot-dsa-throughput-scaling.pdf b/benchmarks/benchmark-plots/plot-dsa-throughput-scaling.pdf index 482a432..ce17a87 100644 Binary files a/benchmarks/benchmark-plots/plot-dsa-throughput-scaling.pdf and b/benchmarks/benchmark-plots/plot-dsa-throughput-scaling.pdf differ diff --git a/benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py b/benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py index bef5d6a..d0de004 100644 --- a/benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py +++ b/benchmarks/benchmark-plotters/plot-perf-peakthroughput-bar.py @@ -152,7 +152,7 @@ if __name__ == "__main__": fig = sns.lineplot(x=x_dsacount, y=y_scaling, data=scaling_df, marker='o', linestyle='-', color='b', markersize=8) plt.xticks([1,2,4,8]) plt.yticks([0.25,0.5,0.75,1.0]) - plt.xlim(0,10) + plt.xlim(0,9) plt.ylim(0.2,1.05) plt.savefig(os.path.join(output_path, f"plot-dsa-throughput-scaling.pdf"), bbox_inches='tight') diff --git a/thesis/bachelor.pdf b/thesis/bachelor.pdf index 72508a1..20f8dde 100644 Binary files a/thesis/bachelor.pdf and b/thesis/bachelor.pdf differ diff --git a/thesis/images/plot-dsa-throughput-scaling.pdf b/thesis/images/plot-dsa-throughput-scaling.pdf index 482a432..ce17a87 100644 Binary files a/thesis/images/plot-dsa-throughput-scaling.pdf and b/thesis/images/plot-dsa-throughput-scaling.pdf differ