Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowpact/benchmark
Testing benchmark
https://github.com/snowpact/benchmark
Last synced: 18 days ago
JSON representation
Testing benchmark
- Host: GitHub
- URL: https://github.com/snowpact/benchmark
- Owner: snowpact
- Created: 2023-03-22T08:15:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T08:41:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T09:02:20.823Z (22 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark
This is a simple script that help measure the performances of functions.
Update :
- testFunctions.js
- benchmark.jsAnd then run :
````
yarn test
npm run test
````We use [benchmark.js](https://benchmarkjs.com/) for this purpose.