Skip to content

Commit b0b0003

Browse files
committed
run benchee tests with the builtin profilers automatically as well
1 parent 5565f25 commit b0b0003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/benchee_test.exs

+1-2
Original file line numberDiff line numberDiff line change
@@ -925,8 +925,7 @@ defmodule BencheeTest do
925925
assert output =~ end_of_profiling_regex(Profile.default_profiler())
926926
end
927927

928-
@profilers [:cprof, :eprof, :fprof]
929-
for profiler <- @profilers do
928+
for profiler <- Benchee.Profile.builtin_profilers() do
930929
@profiler profiler
931930
test "integration profiling runs #{inspect(@profiler)} profiler" do
932931
output =

0 commit comments

Comments
 (0)