Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/benchmark-rescript-records
https://github.com/mununki/benchmark-rescript-records
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mununki/benchmark-rescript-records
- Owner: mununki
- Created: 2023-06-02T12:16:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-02T12:19:53.000Z (over 1 year ago)
- Last Synced: 2024-04-24T03:22:04.089Z (8 months ago)
- Language: ReScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Performance
#### Tested on Node.js v16.14.0, Apple M1 Air
```
Normal record x 7.29 ops/sec ±0.96% (23 runs sampled)
Record with optional x 5.08 ops/sec ±3.61% (17 runs sampled)
Record with spread x 5.30 ops/sec ±1.20% (18 runs sampled)
Record with spread and optional x 3.37 ops/sec ±0.96% (13 runs sampled)
Fastest is Normal record
```### How to bench
```sh
$ yarn build && yarn bench
```