Skip to content

Commit

Permalink
server: bench: init
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Mar 25, 2024
1 parent 3dd0dad commit ad40723
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ on:
push:
branches:
- master
- hp/server/bench/workflow # FIXME remove
paths: ['.github/workflows/bench.yml', '**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/bench/**.*']
pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -44,19 +43,6 @@ jobs:
with:
fetch-depth: 0

- name: TMP
id: tmp
env:
PR_NUMBER: ${{ github.event.number }}
PR: ${{ github.event.pull_request }}
REF: ${{ github.event.push.ref }}
TEST: ${{ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3' || github.event.schedule || github.event.pull_request || github.event.push.ref == 'refs/heads/master' }}
run: |
echo IF:
echo github.event.pull_request=$PR
echo github.event.push.ref=$REF
echo test=$TEST
- name: Install python env
id: pipenv
run: |
Expand Down Expand Up @@ -150,7 +136,7 @@ jobs:
authToken: ${{secrets.GITHUB_TOKEN}}
context: ${{ github.job }}
description: |
$BENCH_RESULTS
${{ env.BENCH_RESULTS }}
state: 'success'

- name: Upload results
Expand Down

0 comments on commit ad40723

Please sign in to comment.