Unverified Commit 132728e3 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

fix(gitlab bench): fix path (#894)

* fix(gitlab bench): fix path

* Update .github/workflows/benchmarks_gitlab.yml

* Update .github/workflows/benchmarks_gitlab.yml

* use alvic fix; gh-pages ref
parent aa319ac9
Pipeline #219209 passed with stages
in 5 minutes and 20 seconds
...@@ -2,7 +2,7 @@ name: Benchmarks gitlab ...@@ -2,7 +2,7 @@ name: Benchmarks gitlab
on: on:
schedule: schedule:
- cron: "0 18 * * *" - cron: "0 10 * * *"
jobs: jobs:
bench: bench:
...@@ -12,6 +12,8 @@ jobs: ...@@ -12,6 +12,8 @@ jobs:
- name: Checkout Sources - name: Checkout Sources
uses: actions/checkout@v3.0.2 uses: actions/checkout@v3.0.2
with:
ref: "gh-pages"
- name: Install Rust nightly toolchain - name: Install Rust nightly toolchain
uses: actions-rs/toolchain@v1.0.7 uses: actions-rs/toolchain@v1.0.7
...@@ -28,7 +30,7 @@ jobs: ...@@ -28,7 +30,7 @@ jobs:
- name: Store benchmark result - name: Store benchmark result
uses: rhysd/github-action-benchmark@v1 uses: rhysd/github-action-benchmark@v1
with: with:
tool: 'cargo' tool: "cargo"
output-file-path: "${{ env.bench_file }}" output-file-path: "${{ env.bench_file }}"
benchmark-data-dir-path: "bench/dev2" benchmark-data-dir-path: "bench/dev2"
fail-on-alert: true fail-on-alert: true
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment