From c036a770b39c0f1f5a63c3406ede65ea767a0b23 Mon Sep 17 00:00:00 2001 From: Ev Haus Date: Thu, 11 Jan 2024 21:34:07 -0800 Subject: [PATCH] Minor README update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9afed48..9077dd7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ yarn Then you can run benchmarks via: ```sh -hyperfine --warmup 1 'yarn workspace jasmine test' 'yarn workspace jest test' 'yarn workspace vitest test' 'yarn workspace vitest test --pool=vmThreads' 'yarn workspace vitest test --poolOptions.threads.isolate=false' 'yarn workspace bun test' +hyperfine --warmup 1 \ + 'yarn workspace jasmine test' \ + 'yarn workspace jest test' \ + 'yarn workspace vitest test' \ + 'yarn workspace vitest test --pool=vmThreads' \ + 'yarn workspace vitest test --poolOptions.threads.isolate=false' \ + 'yarn workspace bun test' ``` > [!NOTE]