https://github.com/robinst/microbenchmarks
Some microbenchmarks of Java code
https://github.com/robinst/microbenchmarks
Last synced: 3 months ago
JSON representation
Some microbenchmarks of Java code
- Host: GitHub
- URL: https://github.com/robinst/microbenchmarks
- Owner: robinst
- License: apache-2.0
- Created: 2014-10-26T07:51:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T07:09:57.000Z (about 9 years ago)
- Last Synced: 2025-02-25T06:45:06.360Z (11 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microbenchmarks
===============
Some Java microbenchmarks using OpenJDK's [JMH][1] framework. Simply run main
method of a benchmark class to run it.
License
-------
Copyright (c) 2015 Robin Stocker.
Apache licensed, see LICENSE file.
[1]: http://openjdk.java.net/projects/code-tools/jmh/