An open API service indexing awesome lists of open source software.

https://github.com/stephengold/ubench

A microbenchmarking workbench for Java
https://github.com/stephengold/ubench

benchmark commons-math float floating-point java jme3 jmh jmonkeyengine math microbenchmark open-source performance single-precision sqrt transcendental-functions trigonometric-functions

Last synced: 4 months ago
JSON representation

A microbenchmarking workbench for Java

Awesome Lists containing this project

README

          

# UBench

A Java microbenchmarking workbench,
currently used to compare single-precision transcendental math functions.

## How to build and run UBench from source

+ using Bash or Fish or PowerShell or Zsh: `./gradlew run`
+ using Windows Command Prompt: `.\gradlew run`

## External links

+ [the Apache Commons Mathematics Library](https://commons.apache.org/proper/commons-math/)
+ [the jolt-jni repo at GitHub](https://github.com/stephengold/jolt-jni)
+ [the jMonkeyEngine project (JME)](https://jmonkeyengine.org/)
+ [the Java Microbenchmark Harness (JMH)](https://github.com/openjdk/jmh)
+ [the me.champeau.jmh Gradle plugin](https://plugins.gradle.org/plugin/me.champeau.jmh)