Measures combined RAM and threads by summing the measurements of the main and descendant processes that were measured beforehand rather than re-measuring #31
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull request | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| pull-request: | |
| uses: ./.github/workflows/tests.yml | |
| with: | |
| install_command: "python3 -m pip install -e ." |