commit fb004d12d11271f59b5ae97eb81096de07380921 parent c22ba3d24dae4a625c04b20b45002654a7325fb7 Author: Benjamin Chausse <19275615+ChausseBenjamin@users.noreply.github.com> Date: Tue, 31 Dec 2019 17:07:30 -0500 Create push.yml Diffstat:
A | .github/workflows/push.yml | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml @@ -0,0 +1,20 @@ +name: Benchmark +on: + push: + branches: [ master ] + +jobs: + benchmark: + runs-on: linux + steps: + - name: checkout + uses: actions/checkout@v1 + with: + fetch-depth: 1 + - name: gobenchdata to gh-pages + uses: bobheadxi/gobenchdata@v0.3.0 + with: + PRUNE_COUNT: 30 + GO_TEST_FLAGS: -cpu 1,2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}