File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
e2e/src/test/java/org.dhatim.fastexcel.benchmarks Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -29,38 +29,4 @@ public void launchBenchmarks() throws RunnerException {
2929 new Runner (options ).run ();
3030 }
3131
32- void readerbenchmarks () throws RunnerException {
33- String foo = ReaderBenchmark .class .getName () + "\\ ..*" ;
34- Options options = new OptionsBuilder ().include (foo )
35- .mode (Mode .SingleShotTime )
36- .warmupIterations (3 )
37- .warmupBatchSize (1 )
38- .measurementIterations (5 )
39- .threads (1 )
40- .forks (1 )
41- .timeUnit (TimeUnit .MILLISECONDS )
42- .shouldFailOnError (true )
43- .resultFormat (ResultFormatType .CSV )
44- .result ("jmh.csv" )
45- .build ();
46- new Runner (options ).run ();
47- }
48-
49-
50- public void writerlaunchBenchmarks () throws Exception {
51- String foo = getClass ().getName () + "$" ;
52- Options options = new OptionsBuilder ().include (foo )
53- .mode (Mode .SingleShotTime )
54- .warmupIterations (0 )
55- .warmupBatchSize (1 )
56- .measurementIterations (1 )
57- .threads (1 )
58- .forks (0 )
59- .timeUnit (TimeUnit .MILLISECONDS )
60- .shouldFailOnError (true )
61- .resultFormat (ResultFormatType .CSV )
62- .result ("jmh.csv" )
63- .build ();
64- new Runner (options ).run ();
65- }
6632}
You can’t perform that action at this time.
0 commit comments