Skip to content

Commit

Permalink
dump memory stats more
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 7, 2023
1 parent 02cae79 commit 886f5cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ jobs:
set -x
export EWMS_PILOT_CONCURRENT_TASKS=${{ matrix.ewms_pilot_concurrent_tasks }}
free # dump memory stats
mkdir $SKYSCAN_CACHE_DIR
mkdir $SKYSCAN_OUTPUT_DIR
Expand Down Expand Up @@ -354,6 +355,8 @@ jobs:
for i in $( seq 1 $nclients ); do
wait -n # for client
done
free # dump memory stats
- name: test output against known result (.npz/.json)
run: |
ls $SKYSCAN_OUTPUT_DIR
Expand Down

0 comments on commit 886f5cc

Please sign in to comment.