diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.md | 2 | ||||
-rw-r--r-- | docs/project/benchmarking.md | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md index 0426981c0..eaaf50628 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" /%} diff --git a/docs/project/benchmarking.md b/docs/project/benchmarking.md index 0e3578237..b9672f325 100644 --- a/docs/project/benchmarking.md +++ b/docs/project/benchmarking.md @@ -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 |