Skip to content

Commit cabd52c

Browse files
committed
[Benchmark] JMH report in milliseconds instead of nanoseconds
1 parent 99eca18 commit cabd52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-core/benchmarks/src/main/java/org/logstash/benchmark/BufferedTokenizerBenchmark.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
@Measurement(iterations = 10, time = 3000, timeUnit = TimeUnit.MILLISECONDS)
4141
@Fork(1)
4242
@BenchmarkMode(Mode.Throughput)
43-
@OutputTimeUnit(TimeUnit.NANOSECONDS)
43+
@OutputTimeUnit(TimeUnit.MILLISECONDS)
4444
@State(Scope.Thread)
4545
public class BufferedTokenizerBenchmark {
4646

0 commit comments

Comments
 (0)