From 1d8ce58bc62e17739bb9e9f8db2e4b66be5c9bcc Mon Sep 17 00:00:00 2001 From: Tortar <68152031+Tortar@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:21:27 +0200 Subject: [PATCH] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ecc9525..e2e6da7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -16,5 +16,5 @@ using StreamSampling include("weighted_sampling_single_tests.jl") include("weighted_sampling_multi_tests.jl") include("merge_tests.jl") - include("benchmark_tests.jl") + include("benchmark/benchmark_tests.jl") end