Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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
```