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.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/highlvlbenchmark
- Owner: maximilianMairinger
- Created: 2021-11-04T23:15:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T23:27:38.000Z (over 2 years ago)
- Last Synced: 2025-02-22T15:03:55.007Z (8 months ago)
- Topics: benchmark, benchmarking, high, level, lvl, time, timing
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/highlvl-benchmark
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.