summaryrefslogtreecommitdiff
path: root/std/testing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/README.md')
-rw-r--r--std/testing/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/std/testing/README.md b/std/testing/README.md
index 66d80d4bc..4a9249205 100644
--- a/std/testing/README.md
+++ b/std/testing/README.md
@@ -179,10 +179,6 @@ Runs all registered benchmarks serially. Filtering can be applied by setting
`BenchmarkRunOptions.only` and/or `BenchmarkRunOptions.skip` to regular
expressions matching benchmark names.
-##### `runIfMain(meta: ImportMeta, opts?: BenchmarkRunOptions): Promise<void>`
-
-Runs specified benchmarks if the enclosing script is main.
-
##### Other exports
```ts