Skip to content

Commit

Permalink
Merge branch 'main' into CURA-10829_dont_expose_small_skin_to_air
Browse files Browse the repository at this point in the history
  • Loading branch information
jellespijker authored Aug 10, 2023
2 parents fca128c + acd7299 commit 4f34f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Run benchmark CuraEngine
id: run-test
run: ./benchmarks --benchmark_format=json --benchmark_context=version=`"${{ needs.conan-recipe-version.outputs.recipe_semver_full }}"` | tee benchmark_result.json
run: ./benchmarks --benchmark_format=json | tee benchmark_result.json
working-directory: build/Release/benchmark

- name: Store benchmark result
Expand Down

1 comment on commit 4f34f34

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.75.

Benchmark suite Current: 4f34f34 Previous: 3ebd337 Ratio
InfillTest/Infill_generate_connect/0/800 377.6068127500025 ms/iter 209.06067150000732 ms/iter 1.81

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.