mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-01-17 07:23:53 -08:00
fix: Benchmarks should run on ubicloud runners
This commit is contained in:
4
.github/workflows/bench-primitives.yml
vendored
4
.github/workflows/bench-primitives.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
matrix:
|
||||
system: ["x86_64-linux", "i686-linux"]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubicloud-standard-2
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
ciphers-primitives-bench-status:
|
||||
if: ${{ always() }}
|
||||
needs: [prim-benchmark]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubicloud-standard-2
|
||||
steps:
|
||||
- name: Successful
|
||||
if: ${{ !(contains(needs.*.result, 'failure')) }}
|
||||
|
||||
4
.github/workflows/bench-protocol.yml
vendored
4
.github/workflows/bench-protocol.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
matrix:
|
||||
system: ["x86_64-linux", "i686-linux"]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubicloud-standard-2
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
ciphers-protocol-bench-status:
|
||||
if: ${{ always() }}
|
||||
needs: [proto-benchmark]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubicloud-standard-2
|
||||
steps:
|
||||
- name: Successful
|
||||
if: ${{ !(contains(needs.*.result, 'failure')) }}
|
||||
|
||||
Reference in New Issue
Block a user