Skip to content

Commit

Permalink
chore: 🤖 update
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Jul 14, 2024
1 parent 1c7d844 commit 7c53599
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
echo "COMPILE_TIME=$COMPILE_TIME\n" >> $GITHUB_OUTPUT
# BINARY_SIZE=$(ls -l ./target/release/librolldown_binding.so | awk '{print $5}')
BINARY_SIZE=$(ls -l ./target/release/testcase | awk '{print $5}')
echo $BINARY_SIZE
echo "BINARY_SIZE=$BINARY_SIZE" >> $GITHUB_OUTPUT
# BINARY_SIZE=$(ls -l ./target/release/testcase | awk '{print $5}')
# echo $BINARY_SIZE
# echo "BINARY_SIZE=$BINARY_SIZE" >> $GITHUB_OUTPUT
# echo $GITHUB_OUTPUT
metric:
name: Metric
Expand Down Expand Up @@ -75,5 +76,5 @@ jobs:
COMPILE_TIME: ${{ needs.compile-time.outputs.time }}
COMMIT_HASH: ${{ github.sha }}
GIT_REPOSITORY_URL: ${{ github.repository }}
BINARY_SIZE: ${{ needs.compile-time.outputs.binary_size }}
# BINARY_SIZE: ${{ needs.compile-time.outputs.binary_size }}

0 comments on commit 7c53599

Please sign in to comment.