https://github.com/dalisoft/json-lint-benchmark
https://github.com/dalisoft/json-lint-benchmark
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalisoft/json-lint-benchmark
- Owner: dalisoft
- License: mit
- Created: 2024-04-04T23:02:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T10:18:37.000Z (about 2 years ago)
- Last Synced: 2025-02-09T04:43:50.154Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-lint-benchmark
## Requires
- [Bun](https://bun.sh)
- [Node](https://nodejs.org/en) **OPTIONAL**
## Installation
1. Clone this repo
2. Run `bun install`
## Running
Run `./benchmark.sh`
## Results
See [results folder](./results/)
## Note
- `twitter` data is not validated and/or linted by `jsona` because library still
not complete yet
## Discussions
- [biomejs](https://github.com/biomejs/biome/discussions/2315)
- [dprint-plugin-json](https://github.com/dprint/dprint-plugin-json/issues/35)
- [jsona](https://github.com/jsona/jsona/issues/52)
## Pull Requests
This PR should improve of project binary startup time for `npm`
- [biome](https://github.com/biomejs/biome/pull/2359)
- [dprint](https://github.com/dprint/dprint/pull/840),
- OR [dprint PR 2](https://github.com/dprint/dprint/pull/839)
- [oxlint](https://github.com/oxc-project/oxc/pull/2920)