Skip to content

Commit

Permalink
Improve comparison (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar committed Apr 27, 2024
1 parent f597e28 commit 32c7d8e
Show file tree
Hide file tree
Showing 2 changed files 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
Binary file modified test/benchmark/comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32c7d8e

Please sign in to comment.