Skip to content

Commit

Permalink
Improve comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar committed Apr 27, 2024
1 parent f597e28 commit b67f988
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/benchmark/benchmark_comparison.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ end
f = Figure(fontsize = 9,);
axs = [Axis(f[i, j], yscale = log10, xscale = log10) for i in 1:4 for j in 1:2];

labels = ("stream-based", "collection-based", "collection-based without setup")
labels = (
"stream-based\n(StreamSampling.itsample)",
"collection-based with setup\n(StatsBase.sample)",
"collection-based\n(StatsBase.sample)"
)

markers = (:circle, :rect, :utriangle)
a, b = 0, 0

Expand Down

0 comments on commit b67f988

Please sign in to comment.