File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 20
20
HEAD_DIR : head
21
21
HEAD_DB : head.sqlite
22
22
HEAD_ARTIFACT : head-perf-results
23
- TEST_NAME : TypeScript-v4.9.5
23
+ TEST_NAME : TypeScript-4.9.5
24
+ TEST_REPO : microsoft/TypeScript
25
+ TEST_REF : v4.9.5
24
26
TEST_SRC : src/compiler
25
27
MASSIF_OUT : perf.out
26
28
MASSIF_REPORT : perf.txt
44
46
ref : ${{ env.BASE_SHA }}
45
47
path : ${{ env.BASE_DIR }}
46
48
fetch-depth : 0
49
+ lfs : false
47
50
- name : Find last relevant base commit
48
51
run : |
49
52
printf 'BASE_SHA=%s\n' "$(git rev-list -1 ${{ env.BASE_SHA }} -- stack-graphs)" >> $GITHUB_ENV
55
58
ref : ${{ env.HEAD_SHA }}
56
59
path : ${{ env.HEAD_DIR }}
57
60
fetch-depth : 0
61
+ lfs : false
58
62
- name : " Find last relevant head commit"
59
63
run : |
60
64
printf 'HEAD_SHA=%s\n' "$(git rev-list -1 ${{ env.HEAD_SHA }} -- stack-graphs)" >> $GITHUB_ENV
@@ -130,8 +134,11 @@ jobs:
130
134
#
131
135
- name : Checkout benchmark code
132
136
if : steps.cache-base-result.outputs.cache-hit != 'true'
133
- run : |
134
- unzip ${{ env.BASE_DIR }}/benchmarks/${{ env.TEST_NAME }}.zip
137
+ uses : actions/checkout@v3
138
+ with :
139
+ repository : ${{ env.TEST_REPO }}
140
+ ref : ${{ env.TEST_REF }}
141
+ path : ${{ env.TEST_NAME }}
135
142
- name : Profile base memory
136
143
if : steps.cache-base-result.outputs.cache-hit != 'true'
137
144
run : |
File renamed without changes.
You can’t perform that action at this time.
0 commit comments