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
- Host: GitHub
- URL: https://github.com/stephengold/ubench
- Owner: stephengold
- License: mit
- Created: 2025-01-08T22:04:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-14T01:03:44.000Z (8 months ago)
- Last Synced: 2025-06-14T02:18:41.980Z (8 months ago)
- Topics: benchmark, commons-math, float, floating-point, java, jme3, jmh, jmonkeyengine, math, microbenchmark, open-source, performance, single-precision, sqrt, transcendental-functions, trigonometric-functions
- Language: Java
- Homepage:
- Size: 204 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)