File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1919import org .openjdk .jmh .annotations .Benchmark ;
2020import org .openjdk .jmh .annotations .Fork ;
2121import org .openjdk .jmh .annotations .Measurement ;
22+ import org .openjdk .jmh .annotations .Warmup ;
2223
2324import io .sf .carte .echosvg .anim .dom .SVGDOMImplementation ;
2425import io .sf .carte .echosvg .dom .util .SAXDocumentFactory ;
2930import io .sf .carte .mark .Util ;
3031
3132@ Fork (value = 2 , warmups = 2 )
33+ @ Warmup (iterations = 8 )
3234@ Measurement (iterations = 18 )
3335public class Issue91Mark {
3436
Original file line number Diff line number Diff line change 1919import org .openjdk .jmh .annotations .Benchmark ;
2020import org .openjdk .jmh .annotations .Fork ;
2121import org .openjdk .jmh .annotations .Measurement ;
22+ import org .openjdk .jmh .annotations .Warmup ;
2223
2324import io .sf .carte .echosvg .anim .dom .SVGDOMImplementation ;
2425import io .sf .carte .echosvg .dom .util .SAXDocumentFactory ;
2930import io .sf .carte .mark .Util ;
3031
3132@ Fork (value = 2 , warmups = 2 )
33+ @ Warmup (iterations = 8 )
3234@ Measurement (iterations = 18 )
3335public class Pooh3Mark {
3436
Original file line number Diff line number Diff line change 1919import org .openjdk .jmh .annotations .Benchmark ;
2020import org .openjdk .jmh .annotations .Fork ;
2121import org .openjdk .jmh .annotations .Measurement ;
22+ import org .openjdk .jmh .annotations .Warmup ;
2223
2324import io .sf .carte .echosvg .anim .dom .SVGDOMImplementation ;
2425import io .sf .carte .echosvg .dom .util .SAXDocumentFactory ;
2930import io .sf .carte .mark .Util ;
3031
3132@ Fork (value = 2 , warmups = 2 )
33+ @ Warmup (iterations = 8 )
3234@ Measurement (iterations = 18 )
3335public class UseMultipleMark {
3436
You can’t perform that action at this time.
0 commit comments