We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa95fd1 commit 8fb7eb4Copy full SHA for 8fb7eb4
packages/benchmark.js-plugin/src/index.ts
@@ -162,8 +162,7 @@ async function runBenchmarks({
162
for (let i = 0; i < benches.length; i++) {
163
const bench = benches[i];
164
const uri = baseUri + "::" + (bench.name ?? `unknown_${i}`);
165
- const isAsync =
166
- bench.options.async || bench.options.defer || options?.async;
+ const isAsync = bench.options.async || bench.options.defer;
167
let benchPayload;
168
if (bench.options.defer) {
169
benchPayload = () => {
0 commit comments