Skip to content

Commit

Permalink
log scale in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 29, 2023
1 parent 6905ff7 commit deecc08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {
"is_executing": true
},
Expand All @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -85,6 +85,7 @@
"ax.set_xlabel(\"# of Iterations\")\n",
"ax.set_ylabel(\"Time in Seconds\")\n",
"ax.set_xticks(x + width, runs)\n",
"ax.set_yscale('log')\n",
"ax.legend(loc=\"upper left\")\n",
"# ax.set_ylim(0, 250)\n",
"\n",
Expand Down Expand Up @@ -187,7 +188,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.6"
},
"orig_nbformat": 4
},
Expand Down

0 comments on commit deecc08

Please sign in to comment.