An open API service indexing awesome lists of open source software.

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

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)