Skip to content

Commit 4518d60

Browse files
committed
Fix line length
1 parent 0267e08 commit 4518d60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/benchee_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ defmodule BencheeTest do
1414
import Benchee.IntegrationHelpers
1515
import Benchee.TestHelpers
1616

17-
# Several integration tests are split out of this file into their own files so more tests can run in parallel
17+
# Several integration tests are split out of this file into their
18+
# own files so more tests can run in parallel
1819

1920
@header_regex ~r/^Name.+ips.+average.+deviation.+median.+99th %$/m
2021
@test_configuration [time: 0.01, warmup: 0.005]

0 commit comments

Comments
 (0)