Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 10, 2024
1 parent 6c7c914 commit 5642848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
id: memory
run: |
FILE="./cal.com.tsx"
./transform $FILE
/usr/bin/time -f '%M %t %K' ./transform $FILE
# See https://man7.org/linux/man-pages/man1/time.1.html for formatting
hyperfine --warmup 10 --show-output "/usr/bin/time -f '%M %t %K' ./transform $FILE" 2>&1 | > output
Expand Down

0 comments on commit 5642848

Please sign in to comment.