CodSpeedHQ
codspeed-jvm
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat: normalize benchmark mode to AverageTime under CodSpeed
#5
Merged
Comparing
cod-2446-normalize-benchmarkmode-to-sampletime
(
8cb09f5
) with
main
(
4b7a767
)
CodSpeed Performance Gauge
+39%
Improvement
2
Untouched
123
Skipped
9
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Improvement
Untouched
Skipped
134 total
Uses the
Wall Time instrument
to collect wall time performance metrics.
insertionSort[100]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+39%
17.2 µs
12.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
timSort[1000]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+14%
168.4 µs
147.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
fibonacciBottomUp[10]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+10%
480 ns
437 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
editDistance[kitten]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+8%
1.6 µs
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
fibonacciMemo[20]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+7%
30 ns
28 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
fib[30]
examples/example-gradle/src/jmh/java/bench/FibBenchmark.java::bench.FibBenchmark
CodSpeed Performance Gauge
+7%
9.9 ms
9.3 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
shellSort[100]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+5%
6.8 µs
6.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
insertionSort[1000]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+4%
1.9 ms
1.8 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
heapSort[10000]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+4%
3.6 ms
3.4 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
mergeSort[10000]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+3%
2.9 ms
2.8 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
multiPatternScan[24]
examples/example-gradle/src/jmh/java/bench/RegexBenchmark.java::bench.RegexBenchmark
CodSpeed Performance Gauge
+3%
6.2 ms
6 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
generateParentheses[3]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+3%
869 ns
843 ns
Uses the
Wall Time instrument
to collect wall time performance metrics.
nQueensSolver[6]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+3%
14.3 µs
13.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
generateCombinations[7]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+3%
12.9 µs
12.6 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
selectionSort[1000]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+2%
2.2 ms
2.2 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
compileAndMatch[20]
examples/example-gradle/src/jmh/java/bench/RegexBenchmark.java::bench.RegexBenchmark
CodSpeed Performance Gauge
+2%
3.7 ms
3.6 ms
Uses the
Wall Time instrument
to collect wall time performance metrics.
fibonacciBottomUp[30]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+2%
2.7 µs
2.7 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
generateSubsequences[10]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+2%
77.6 µs
76.5 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
generateCombinations[5]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+1%
4.1 µs
4.1 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
timSort[100]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+1%
10.9 µs
10.9 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
nQueensSolver[4]
examples/example-gradle/src/jmh/java/bench/BacktrackingBenchmark.java::bench.BacktrackingBenchmark
CodSpeed Performance Gauge
+1%
1.4 µs
1.4 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
fibonacciBottomUp[40]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+1%
3.3 µs
3.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
dualPivotQuickSort[100]
examples/example-gradle/src/jmh/java/com/thealgorithms/sorts/SortBenchmark.java::com.thealgorithms.sorts.SortBenchmark
CodSpeed Performance Gauge
+1%
14.3 µs
14.2 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
decode[65536]
examples/example-gradle/src/jmh/java/bench/RleBenchmark.java::bench.RleBenchmark
CodSpeed Performance Gauge
+1%
191.4 µs
190.3 µs
Uses the
Wall Time instrument
to collect wall time performance metrics.
levenshteinDistance[kitten sitting]
examples/example-gradle/src/jmh/java/bench/DynamicProgrammingBenchmark.java::bench.DynamicProgrammingBenchmark
CodSpeed Performance Gauge
+1%
359 ns
357 ns
1
2
3
4
5
6
Commits
Click on a commit to change the comparison range
Base
main
4b7a767
+38.73%
feat(jmh-fork): add CodSpeed mode to capture raw ops and duration per iteration
8cb09f5
2 days ago
by not-matthias
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs