Skip to content

Commit

Permalink
Merge branch 'mkv' of https://github.com/BerkeleyAutomation/fog_x int…
Browse files Browse the repository at this point in the history
…o mkv
  • Loading branch information
KeplerC committed Sep 18, 2024
2 parents a35a695 + 0a0542d commit 3868a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions benchmarks/Visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3868a85

Please sign in to comment.