Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/benchmarky
A bunch of arbitrary benchmarks and fun scripts written with 0 external packages
https://github.com/foxfirecodes/benchmarky
Last synced: 5 days ago
JSON representation
A bunch of arbitrary benchmarks and fun scripts written with 0 external packages
- Host: GitHub
- URL: https://github.com/foxfirecodes/benchmarky
- Owner: foxfirecodes
- Created: 2018-01-18T05:59:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T14:08:46.000Z (about 5 years ago)
- Last Synced: 2024-12-25T05:21:02.892Z (12 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# benchmarky
> A bunch of arbitrary benchmarks and fun scripts written with 0 external packages
All of the benchmarks, benchmarking systems and utilities are written from scratch by me. This is how I kill time.
## Running
```bash
# yarn:
$ yarn run start# NPM:
$ npm run start# Node:
$ node .
```> Just a note, `node .` is actually the fastest because it isn't reading the `package.json` file and doing any other startup procedures.