Skip to content

Commit

Permalink
Use benchmark workflow from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 29, 2024
1 parent 903eaee commit bbbe1e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ permissions:

jobs:
check_actor:
uses: ultimaker/cura-workflows/.github/workflows/check-actor.yml@main
# FIXME: use main once merged
uses: ultimaker/cura-workflows/.github/workflows/check-actor.yml@CURA-11622_conan_v2
secrets: inherit

benchmark:
uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@main
# FIXME: use main once merged
uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@CURA-11622_conan_v2
with:
conan_extra_args: "-o \"curaengine/*:enable_benchmarks=True\""
benchmark_cmd: "./build/Release/benchmark/benchmarks --benchmark_format=json --benchmark_out=benchmark_result.json"
Expand Down

0 comments on commit bbbe1e8

Please sign in to comment.