File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
module . exports = {
16
+ endOfLine :"auto" ,
16
17
...require ( 'gts/.prettierrc.json' )
17
18
}
Original file line number Diff line number Diff line change @@ -63,13 +63,17 @@ node -v
63
63
node --trace-warnings " $BENCHPATH " 10 $VERIFY_TIME_LINE_NUMBERS
64
64
65
65
if [[ " $VERIFY_TIME_LINE_NUMBERS " == " true" ]]; then
66
+ pprof -lines -top -nodecount=2 time.pb.gz
66
67
pprof -lines -top -nodecount=2 time.pb.gz | \
67
- grep " busyLoop.*src/busybench.js:33"
68
+ grep " busyLoop.*src/busybench.js:3[3-5]"
69
+ pprof -filefunctions -top -nodecount=2 heap.pb.gz
68
70
pprof -filefunctions -top -nodecount=2 heap.pb.gz | \
69
71
grep " busyLoop.*src/busybench.js"
70
72
else
73
+ pprof -filefunctions -top -nodecount=2 time.pb.gz
71
74
pprof -filefunctions -top -nodecount=2 time.pb.gz | \
72
75
grep " busyLoop.*src/busybench.ts"
76
+ pprof -filefunctions -top -nodecount=2 heap.pb.gz
73
77
pprof -filefunctions -top -nodecount=2 heap.pb.gz | \
74
78
grep " busyLoop.*src/busybench.ts"
75
79
fi
You can’t perform that action at this time.
0 commit comments