diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 34f9de8..7b0c464 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -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 diff --git a/README.md b/README.md index 9c0eb4e..a9a1a62 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file