We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd58c06 commit 2eaddd9Copy full SHA for 2eaddd9
1 file changed
.github/workflows/benchmarks.yml
@@ -46,7 +46,6 @@ jobs:
46
npm --yes -g i ic-mops
47
mops i
48
mops toolchain init
49
- mops toolchain use moc latest
50
51
# set moc path for dfx to use
52
echo "DFX_MOC_PATH=$(mops toolchain bin moc)" >> $GITHUB_ENV
@@ -61,16 +60,15 @@ jobs:
61
60
continue-on-error: true
62
63
- name: Checkout out the branch with benchmark results
64
- if: github.event_name == 'pull_request'
65
uses: actions/checkout@v4
66
with:
67
ref: benchmark-results
68
path: .benchmark-results-branch/
+
69
- name: Move Saved Benchmarks
70
71
run: mv .benchmark-results-branch/.bench .bench 2>/dev/null || mkdir -p .bench
72
73
- - name: Benchmarks
+ - name: Pull Request Benchmarks
74
if: github.event_name == 'pull_request'
75
id: benchmarks
76
run: |
0 commit comments