CURA-12340 Seam on vertex does not work as expected with user defined #1917
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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 |