Skip to content

Commit

Permalink
correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhn committed Sep 11, 2022
1 parent af2f100 commit f92f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-channel/benchmarks/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def plot(results, fig, subplot, title, prefix):

def plot_all(results, descriptions, labels):
fig = plt.figure(figsize=(10, 10))
# TODO support more number subplots
# TODO support more subplots
subplot = [221, 222, 223, 224]
for p, d, l in zip(subplot, descriptions, labels):
plot(results, fig, p, d, l)
Expand Down

0 comments on commit f92f8c3

Please sign in to comment.