File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -364,24 +364,24 @@ g1["c"] = tc
364364@test sprint (show, g1) == """
3653653-element BenchmarkTools.BenchmarkGroup:
366366 tags: ["1", "2"]
367- "c" => TrialEstimate(1.000 ns)
368367 "b" => TrialEstimate(4.123 μs)
368+ "c" => TrialEstimate(1.000 ns)
369369 "a" => TrialEstimate(32.000 ns)"""
370370@test sprint (show, g1; context= :boundto => 1 ) == """
3713713-element BenchmarkTools.BenchmarkGroup:
372372 tags: ["1", "2"]
373- "c " => TrialEstimate(1.000 ns )
373+ "b " => TrialEstimate(4.123 μs )
374374 ⋮"""
375375@test sprint (show, g1; context= :limit => false ) == """
3763763-element BenchmarkTools.BenchmarkGroup:
377377 tags: ["1", "2"]
378- "c" => TrialEstimate(1.000 ns)
379378 "b" => TrialEstimate(4.123 μs)
379+ "c" => TrialEstimate(1.000 ns)
380380 "a" => TrialEstimate(32.000 ns)"""
381381@test @test_deprecated (sprint (show, g1; context= :limit => 1 )) == """
3823823-element BenchmarkTools.BenchmarkGroup:
383383 tags: ["1", "2"]
384- "c " => TrialEstimate(1.000 ns )
384+ "b " => TrialEstimate(4.123 μs )
385385 ⋮"""
386386
387387# EasyConfig-style benchmark groups #
You can’t perform that action at this time.
0 commit comments