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

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

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/