We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1657962 commit 04bb041Copy full SHA for 04bb041
test/benchee/benchmark/runner_test.exs
@@ -501,6 +501,9 @@ defmodule Benchee.Benchmark.RunnerTest do
501
assert length(scenario.reductions_data.samples) == max_sample_size
502
end
503
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
507
# I changed my mind on this, initially I thought it shouldn't apply to warmup as there is no
508
# memory problem there.
509
# However, that makes the code & rules more complex - it's not a crucial feature - it is
0 commit comments