From 39de9508e7c1ae736ecb95288a73dc54c76f1a61 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 20 Dec 2024 15:22:40 +0100 Subject: [PATCH] Set unit test setting for benchmarks --- .github/workflows/benchmark.yml | 2 +- .github/workflows/stress_benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 7a481ea745..ee49634a2a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: benchmark: uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@main with: - conan_extra_args: "-o \"curaengine/*:enable_benchmarks=True\"" + conan_extra_args: "-c tools.build:skip_test=False -o \"curaengine/*:enable_benchmarks=True\"" benchmark_cmd: "benchmark/benchmarks --benchmark_format=json --benchmark_out=benchmark_result.json" name: "C++ Benchmark" output_file_path: "benchmark_result.json" diff --git a/.github/workflows/stress_benchmark.yml b/.github/workflows/stress_benchmark.yml index 401467529c..a76be61f33 100644 --- a/.github/workflows/stress_benchmark.yml +++ b/.github/workflows/stress_benchmark.yml @@ -36,7 +36,7 @@ jobs: benchmark: uses: ultimaker/cura-workflows/.github/workflows/benchmark.yml@main with: - conan_extra_args: "-o \"curaengine/*:enable_benchmarks=True\"" + conan_extra_args: "-c tools.build:skip_test=False -o \"curaengine/*:enable_benchmarks=True\"" benchmark_cmd: "stress_benchmark/stress_benchmark -o benchmark_result.json" name: "Stress Benchmark" output_file_path: "benchmark_result.json"