File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
benchmark.js-plugin/benches Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
- import { logDebug } from "@codspeed/core" ;
2
1
import Benchmark from "benchmark" ;
3
2
import { withCodSpeed } from ".." ;
4
3
import parsePr from "./parsePr" ;
@@ -12,8 +11,6 @@ const LONG_BODY =
12
11
13
12
const suite = withCodSpeed ( new Benchmark . Suite ( ) ) ;
14
13
15
- logDebug ( `PROCESS PID: ${ process . pid } in ${ __filename } ` ) ;
16
-
17
14
suite
18
15
. add ( "RegExp#test" , function ( ) {
19
16
/ o / . test ( "Hello World!" ) ;
Original file line number Diff line number Diff line change 1
- import { logDebug } from "@codspeed/core" ;
2
1
import { Bench } from "tinybench" ;
3
2
import { withCodSpeed } from ".." ;
4
3
import parsePr from "./parsePr" ;
@@ -12,8 +11,6 @@ const LONG_BODY =
12
11
13
12
const bench = withCodSpeed ( new Bench ( { time : 100 } ) ) ;
14
13
15
- logDebug ( `PROCESS PID: ${ process . pid } in ${ __filename } ` ) ;
16
-
17
14
bench
18
15
. add ( "switch 1" , ( ) => {
19
16
let a = 1 ;
You can’t perform that action at this time.
0 commit comments