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
364
364
@test sprint (show, g1) == """
365
365
3-element BenchmarkTools.BenchmarkGroup:
366
366
tags: ["1", "2"]
367
- "b" => TrialEstimate(4.123 μs)
368
367
"c" => TrialEstimate(1.000 ns)
368
+ "b" => TrialEstimate(4.123 μs)
369
369
"a" => TrialEstimate(32.000 ns)"""
370
370
@test sprint (show, g1; context= :boundto => 1 ) == """
371
371
3-element BenchmarkTools.BenchmarkGroup:
372
372
tags: ["1", "2"]
373
- "b " => TrialEstimate(4.123 μs )
373
+ "c " => TrialEstimate(1.000 ns )
374
374
⋮"""
375
375
@test sprint (show, g1; context= :limit => false ) == """
376
376
3-element BenchmarkTools.BenchmarkGroup:
377
377
tags: ["1", "2"]
378
- "b" => TrialEstimate(4.123 μs)
379
378
"c" => TrialEstimate(1.000 ns)
379
+ "b" => TrialEstimate(4.123 μs)
380
380
"a" => TrialEstimate(32.000 ns)"""
381
381
@test @test_deprecated (sprint (show, g1; context= :limit => 1 )) == """
382
382
3-element BenchmarkTools.BenchmarkGroup:
383
383
tags: ["1", "2"]
384
- "b " => TrialEstimate(4.123 μs )
384
+ "c " => TrialEstimate(1.000 ns )
385
385
⋮"""
386
386
387
387
# EasyConfig-style benchmark groups #
You can’t perform that action at this time.
0 commit comments