Skip to content

Commit c68b24b

Browse files
10 -> 20
1 parent 1f93e68 commit c68b24b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/frame_breakdown_stackplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"\n",
123123
"# Keep the N biggest passes individually and roll everything else into \"other\",\n",
124124
"# so the stackplot stays readable instead of drowning in ~94 tiny bands.\n",
125-
"TOP_N = 10\n",
125+
"TOP_N = 20\n",
126126
"\n",
127127
"# Plot all metrics stacked on top of each other, one stackplot per input file,\n",
128128
"# so we get a nice overview of how the total time is composed over the benchmark.\n",

0 commit comments

Comments
 (0)