We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f4809 commit 280caaeCopy full SHA for 280caae
packages/cli/src/benchmark/lib/api.ts
@@ -56,7 +56,6 @@ function suiteFilePath() {
56
return filePath;
57
}
58
59
-// @TODO: Support async suiteFn
60
export function suite(suiteName: string, suiteFn: () => void) {
61
const filePath = suiteFilePath();
62
0 commit comments