1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/benchmark] Add comment about terminating newline in captions; fix test method name.

02ce298d3e
This commit is contained in:
Keith Bennett 2021-03-03 15:13:30 -05:00 committed by Hiroshi SHIBATA
parent 2440d60acb
commit 4f39a35b60
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 4 additions and 1 deletions

View file

@ -128,6 +128,9 @@ module Benchmark
# benchmark tests. Reserves +label_width+ leading spaces for
# labels on each line. Prints +caption+ at the top of the
# report, and uses +format+ to format each line.
# (Note: +caption+ must contain a terminating newline character,
# see the default Benchmark::Tms::CAPTION for an example.)
#
# Returns an array of Benchmark::Tms objects.
#
# If the block returns an array of

View file

@ -71,7 +71,7 @@ third --time-- --time-- --time-- ( --time--)
BENCH
end
def test_benchmark_makes_extra_calcultations_with_an_Array_at_the_end_of_the_benchmark_and_show_the_result
def test_benchmark_makes_extra_calculations_with_an_Array_at_the_end_of_the_benchmark_and_show_the_result
assert_equal(BENCHMARK_OUTPUT_WITH_TOTAL_AVG,
capture_bench_output(:benchmark,
Benchmark::CAPTION, 7,