We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c36304 commit 169c627Copy full SHA for 169c627
packages/cli/src/benchmark/lib/hooks.ts
@@ -96,7 +96,7 @@ export async function globalSetup() {
96
}
97
98
/**
99
- * Teardown to run before after all benchmarks.
+ * Teardown to run after all benchmarks.
100
*/
101
export async function globalTeardown() {
102
await main.stopProcess();
0 commit comments