Skip to content

Cura 11622 conan v2 #1903

Cura 11622 conan v2

Cura 11622 conan v2 #1903

Workflow file for this run

name: Benchmark
on:
push:
paths:
- 'include/**'
- 'src/**'
- 'benchmark/**'
- '.github/workflows/benchmark.yml'
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
paths:
- 'include/**'
- 'src/**'
- 'benchmark/**'
- '.github/workflows/benchmark.yml'
branches:
- main
- 'CURA-*'
- 'PP-*'
- 'NP-*'
- '[0-9]+.[0-9]+'
permissions:
contents: write
deployments: write
jobs:
check_actor:
uses: ultimaker/cura-workflows/.github/workflows/check-actor.yml@main
secrets: inherit
benchmark:
uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@main

Check failure on line 38 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / Benchmark

Invalid workflow file

The workflow is not valid. .github/workflows/benchmark.yml (Line: 38, Col: 11): Input recipe_id_full is required, but not provided while calling.

Check failure on line 38 in .github/workflows/benchmark.yml

View workflow run for this annotation

GitHub Actions / Benchmark

Invalid workflow file

The workflow is not valid. .github/workflows/benchmark.yml (Line: 38, Col: 11): Input recipe_id_full is required, but not provided while calling.
with:
conan_extra_args: "-o \"curaengine/*:enable_benchmarks=True\""
benchmark_cmd: "./build/Release/benchmark/benchmarks --benchmark_format=json --benchmark_out=benchmark_result.json"
name: "C++ Benchmark"
output_file_path: "build/Release/benchmark_result.json"
data_dir: "dev/bench"
tool: "googlecpp"
alert_threshold: "150%"
alert_comment_cc_users: "@nallath, @jellespijker, @wawanbreton, @casperlamboo, @saumyaj3, @HellAholic"
secrets: inherit