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

https://github.com/gmugra/net.cactusthorn.jmh


https://github.com/gmugra/net.cactusthorn.jmh

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# net.cactusthorn.jmh

Collection of JMH (Java Microbenchmark Harness) benchmarks

## FYI

* http://openjdk.java.net/projects/code-tools/jmh/
* JMH required JDK (JRE is not enough)
* https://stackoverflow.com/questions/40311990/run-jmh-benchmark-under-eclipse
* Select Maven Build and specify goals as **clean install**

# License

Released under the BSD 2-Clause License
```
Copyright (C) 2017, Alexei Khatskevich
All rights reserved.

Licensed under the BSD 2-clause (Simplified) License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://opensource.org/licenses/BSD-2-Clause
```