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 258f70a commit 3f6c395Copy full SHA for 3f6c395
1 file changed
bench/startup.bench.ts
@@ -5,10 +5,10 @@ import { spawnFixture } from "./fixtures/utils.ts";
5
let bench = withCodSpeed(new Bench({ name: "startup" }));
6
7
bench
8
- .add("createTerm", () => {
+ .add("createTerm", async () => {
9
spawnFixture("create-term");
10
})
11
- .add("time to first render", () => {
+ .add("time to first render", async () => {
12
spawnFixture("render-minimal");
13
});
14
0 commit comments