File tree Expand file tree Collapse file tree 3 files changed +0
-178
lines changed Expand file tree Collapse file tree 3 files changed +0
-178
lines changed Original file line number Diff line number Diff line change 2929 yarn build-types
3030 [ $(git diff types.d.ts | wc -l) -gt 0 ] && echo 'Diff exists in types.d.ts. Please change jsdoc.' && exit 1
3131 tsc --noEmit types.d.ts
32-
33- - name : install valgrind
34- run : sudo apt-get install -y valgrind
35-
36- - name : benchmark
37- run : python cachegrind.py node test/benchmark2.js > output.txt
38-
39- - name : Download previous benchmark result
40- uses : actions/cache@v4
41- with :
42- path : ./cache
43- key : ${{ runner.os }}-${{matrix.node-version}}-benchmark
44-
45- - name : Store benchmark result
46- uses : benchmark-action/github-action-benchmark@v1
47- with :
48- tool : " customSmallerIsBetter"
49- output-file-path : output.txt
50- external-data-json-path : ./cache/benchmark-data.json
51- alert-threshold : " 105%"
52- fail-on-alert : true
53- env :
54- CI : true
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments