Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
package-group: ["core", "instrumentation"]
python-version: [ py35, py36, py37, py38, pypy3 ]
package-group: ["core" ]
python-version: [ py35 ]
steps:
- name: Checkout Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
This repo is a test to confirm that the GitHub Action [github-action-benchmark](https://github.com/rhysd/github-action-benchmark) correctly reports on benchmark changes between PRs. This repo uses GitHub actions and the github-action-benchmark feature that pushes the results to the github-pages page for this repo.

Notably, it validates the behavior of the GitHub Action for pushing to `gh-pages` when there are performance tests across multiple packages.

# Test Change