https://github.com/gmugra/net.cactusthorn.jmh
https://github.com/gmugra/net.cactusthorn.jmh
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gmugra/net.cactusthorn.jmh
- Owner: Gmugra
- License: bsd-2-clause
- Created: 2017-12-13T18:39:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T13:54:30.000Z (over 7 years ago)
- Last Synced: 2025-01-26T15:33:41.691Z (9 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```