We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7a35 commit 7a06ec3Copy full SHA for 7a06ec3
1 file changed
packages/tinybench-plugin/src/shared.ts
@@ -52,9 +52,9 @@ export abstract class BaseBenchRunner {
52
return fn();
53
} finally {
54
const runEnd = InstrumentHooks.currentTimestamp();
55
- this.sendBenchmarkMarkers(runStart, runEnd);
56
InstrumentHooks.stopBenchmark();
57
InstrumentHooks.setExecutedBenchmark(process.pid, uri);
+ this.sendBenchmarkMarkers(runStart, runEnd);
58
}
59
60
@@ -68,9 +68,9 @@ export abstract class BaseBenchRunner {
68
return await fn();
69
70
71
72
73
74
75
76
0 commit comments