Skip to content

Commit

Permalink
Bugfix profiling workflow - mkdir temp (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke authored Feb 22, 2024
1 parent 071533a commit b8bcd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Typecheck library with profiling
run: |
cd master
mkdir temp
make check-profile 2> temp/memory-results.txt | tee temp/benchmark-results.txt
- name: Download previous typechecking profile
Expand Down

0 comments on commit b8bcd7e

Please sign in to comment.