diff --git a/benchmarks/Visualization.ipynb b/benchmarks/Visualization.ipynb index 113a598..532322e 100644 --- a/benchmarks/Visualization.ipynb +++ b/benchmarks/Visualization.ipynb @@ -101,8 +101,8 @@ " color=color, marker=marker, label=format, linewidth=2, markersize=8)\n", "\n", " # Customize the plot\n", - " plt.xlabel('Num of Concurrent Reads')\n", - " plt.ylabel('Log-Scale Average Loading Time (s)')\n", + " # plt.xlabel('Num of Concurrent Reads')\n", + " # plt.ylabel('Log-Scale Average Loading Time (s)')\n", " plt.title(f'{dataset}')\n", " plt.legend(bbox_to_anchor=(1.05, 1), loc='upper left')\n", " # plt.xscale('log') # Use log scale for x-axis\n", diff --git a/evaluation.sh b/evaluation.sh index a9a09fb..976ea22 100755 --- a/evaluation.sh +++ b/evaluation.sh @@ -2,7 +2,8 @@ sudo echo "Use sudo access for clearning cache" # Define a list of batch sizes to iterate through -batch_sizes=(1 2 4 6 8) + +batch_sizes=(1 2 4 6 8 10 12 14 16) num_batches=200 # batch_sizes=(1 2)