Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidafsilva/jmh-intro
Basic introduction to Java Microbenchmark Harness (JMH)
https://github.com/davidafsilva/jmh-intro
Last synced: about 2 months ago
JSON representation
Basic introduction to Java Microbenchmark Harness (JMH)
- Host: GitHub
- URL: https://github.com/davidafsilva/jmh-intro
- Owner: davidafsilva
- License: mit
- Created: 2021-09-18T15:41:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T18:29:22.000Z (about 3 years ago)
- Last Synced: 2024-10-08T18:02:42.780Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JMH Intro
A simple project to provide a brief introduction to the Java Microbenchmark Harness (JMH) tool.## How to start the presentation
1. Install yarn (or npm) onto your machine
```shell
brew install yarn
```
```shell
npm install --global yarn
```
```shell
curl -o- -L https://yarnpkg.com/install.sh | bash
```
2. Install the required dependencies
```shell
yarn install
```
3. Start the presentation through yarn
```shell
yarn run presentation
```