Skip to content

Commit

Permalink
ordered by mem_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Aug 31, 2023
1 parent a828c4d commit 2e11d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
if: ${{ success() && inputs.xdist == 'no' }}
run |
cd $GITHUB_WORKSPACE \
&& QUERY="SELECT ITEM_PATH, ITEM_VARIANT, TOTAL_TIME, MEM_USAGE FROM TEST_METRICS" \
&& QUERY="SELECT ITEM_PATH, ITEM_VARIANT, TOTAL_TIME, MEM_USAGE FROM TEST_METRICS ORDER BY MEM_USAGE" \
&& sqlite3 -column .pymon "$QUERY"

- name: Collect coverage
Expand Down

0 comments on commit 2e11d37

Please sign in to comment.