Skip to content

Commit e8fd274

Browse files
committed
chore: remove irrelevant logs
1 parent 900f5c4 commit e8fd274

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/benchmark.js-plugin/benches/sample.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { logDebug } from "@codspeed/core";
21
import Benchmark from "benchmark";
32
import { withCodSpeed } from "..";
43
import parsePr from "./parsePr";
@@ -12,8 +11,6 @@ const LONG_BODY =
1211

1312
const suite = withCodSpeed(new Benchmark.Suite());
1413

15-
logDebug(`PROCESS PID: ${process.pid} in ${__filename}`);
16-
1714
suite
1815
.add("RegExp#test", function () {
1916
/o/.test("Hello World!");

packages/tinybench-plugin/benches/sample.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { logDebug } from "@codspeed/core";
21
import { Bench } from "tinybench";
32
import { withCodSpeed } from "..";
43
import parsePr from "./parsePr";
@@ -12,8 +11,6 @@ const LONG_BODY =
1211

1312
const bench = withCodSpeed(new Bench({ time: 100 }));
1413

15-
logDebug(`PROCESS PID: ${process.pid} in ${__filename}`);
16-
1714
bench
1815
.add("switch 1", () => {
1916
let a = 1;

0 commit comments

Comments
 (0)