Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 17, 2025
1 parent f1bebfe commit a529360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ jobs:
node -v
nvm current
dd if=/dev/urandom of=/jfs/source bs=32M count=130
start=$(date +%s)
time node .github/scripts/test_copy_file_range.js /jfs/source /jfs/target
duration=$(( $(date +%s) - $start ))
[[ $duration < 3 ]] || (echo "duration($duration) should less than 3s " && exit 1)
md5sum1=$(md5sum /jfs/source | awk '{print $1}')
md5sum2=$(md5sum /jfs/target | awk '{print $1}')
echo md5sum1=$md5sum1 md5sum2=$md5sum2
Expand Down

0 comments on commit a529360

Please sign in to comment.