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

https://github.com/maximilianmairinger/highlvlbenchmark

High level benchmarking utility library.
https://github.com/maximilianmairinger/highlvlbenchmark

benchmark benchmarking high level lvl time timing

Last synced: 7 months ago
JSON representation

High level benchmarking utility library.

Awesome Lists containing this project

README

          

# Highlvl benchmark

High level benchmarking utility library.

> Please note that Highlvl benchmark is currently under development and not yet suited for production

## Installation

```shell
$ npm i highlvl-benchmark
```

## Usage

```ts
import highlvlBenchmark from "highlvl-benchmark"

highlvlBenchmark()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.