Skip to content

Commit

Permalink
Revert "try different username"
Browse files Browse the repository at this point in the history
This reverts commit e15c50b.

Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Jun 26, 2024
1 parent 65f6125 commit a671a35
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
if: github.repository_owner == 'pq-code-package' && (contains(github.event.pull_request.labels.*.name, 'benchmark') || github.ref == 'refs/heads/main')
steps:
- uses: actions/checkout@v4
- name: Setup git user
run: |
git config --global user.name "oqs-bot"
git config --global user.email "[email protected]"
- name: Setup nix
uses: ./.github/actions/setup-nix
with:
Expand All @@ -37,17 +41,11 @@ jobs:
shell: nix develop .#ci -c bash -e {0}
run: |
tests bench -c PMU --cflags -mcpu=cortex-a72 -v --resultfile output.json
- name: Merge benchmark result
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
name: Arm Cortex-A72 (Raspberry Pi 4) benchmarks
tool: 'customSmallerIsBetter'
output-file-path: output.json
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: false
- name: Push benchmark results
run: |
git config --global user.name "oqs-bot"
git config --global user.email "[email protected]"
git push
auto-push: true

0 comments on commit a671a35

Please sign in to comment.