* WIP

* WIP

* WIP

* WIP

* Improve typechecking in type files

* Fix typechecking

* Update

* Update submodule

* CI for typechecking

* Add ci

* Update commands

* Format after build

* Dont use bunx

* Rename job

* Use nodemodules prettier

* Update workflow

* Use symlink

* Debug

* Debug

* Clean up and rename jobs
This commit is contained in:
Colin McDonnell
2023-03-22 15:01:01 -07:00
committed by GitHub
parent 2bdaa81b1c
commit a5f92224b5
76 changed files with 513 additions and 274 deletions

View File

@@ -21,7 +21,7 @@ $ bunx cowsay "Hello, world!" # execute a package
### Get started
{% block className="gap-[10px] grid grid-flow-row grid-cols-1 md:grid-cols-2" %}
{% block className="gap-2 grid grid-flow-row grid-cols-1 md:grid-cols-2" %}
{% arrowbutton href="/docs/installation" text="Install Bun" /%}
{% arrowbutton href="/docs/quickstart" text="Do the quickstart" /%}
{% arrowbutton href="/docs/cli/install" text="Install a package" /%}

View File

@@ -18,8 +18,6 @@ When writing your own benchmarks, it's important to choose the right tool.
- [`http_load_test`](https://github.com/uNetworking/uSockets/blob/master/examples/http_load_test.c)
- For benchmarking scripts or CLI commands, we recommend [`hyperfine`](https://github.com/sharkdp/hyperfine). It's an easy way to compare
Recommended HTTP clients:
## Measuring memory usage