Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for runtimeOnly (0.75 seconds)

  1. benchmarks/build.gradle

      api "org.openjdk.jmh:jmh-core:$versions.jmh"
      annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:$versions.jmh"
      // Dependencies of JMH
      runtimeOnly 'net.sf.jopt-simple:jopt-simple:4.6'
      runtimeOnly 'org.apache.commons:commons-math3:3.2'
    }
    
    // enable the JMH's BenchmarkProcessor to generate the final benchmark classes
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 08 22:04:23 GMT 2021
    - 2.5K bytes
    - Click Count (0)
Back to Top