Skip to content

Commit 04bb041

Browse files
committed
Fix test on Windows CI
1 parent 1657962 commit 04bb041

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/benchee/benchmark/runner_test.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,9 @@ defmodule Benchee.Benchmark.RunnerTest do
501501
assert length(scenario.reductions_data.samples) == max_sample_size
502502
end
503503

504+
# The test failed on Windows CI, presumably due to fast function repetition which is to be
505+
# expected (as the function would be executed multiple times)
506+
@tag :nanosecond_resolution_clock
504507
# I changed my mind on this, initially I thought it shouldn't apply to warmup as there is no
505508
# memory problem there.
506509
# However, that makes the code & rules more complex - it's not a crucial feature - it is

0 commit comments

Comments
 (0)