https://github.com/nickserv/bench
🧰 Web app for tinybench
https://github.com/nickserv/bench
Last synced: over 1 year ago
JSON representation
🧰 Web app for tinybench
- Host: GitHub
- URL: https://github.com/nickserv/bench
- Owner: nickserv
- License: agpl-3.0
- Created: 2022-10-22T08:13:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T01:34:36.000Z (about 2 years ago)
- Last Synced: 2025-03-09T12:56:15.370Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://nickmccurdy.com/bench/
- Size: 356 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bench
Web app for [tinybench](https://github.com/tinylibs/tinybench)
## Scripts
- `dev`/`start` - start dev server and open browser
- `build` - build for production
- `preview` - locally preview production build
## Inspiration
- [jsPerf](https://github.com/facebook/create-react-app/tree/main/packages/cra-template)
- [Vitest](https://github.com/vitest-dev/vitest)
- [TypeScript Playground](https://www.typescriptlang.org/play)