Skip to content

Commit

Permalink
skip first
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Feb 22, 2024
1 parent 30ebfa4 commit e4d47de
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/gcodeanalyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Collect STL-files, run CuraEngine, output GCode-files
run: |
for file in `ls ../NightlyTestModels/*.stl`;
for file in `ls ../NightlyTestModels/*.stl | tail -n 3`;
do
( time ./build/Release/CuraEngine slice --force-read-parent --force-read-nondefault -v -p -j ../Cura/resources/definitions/ultimaker_s3.def.json -l $file -o ../`basename $file .stl`.gcode ) 2> ../`basename $file .stl`.time
done
Expand Down Expand Up @@ -308,15 +308,15 @@ jobs:
shell: python
working-directory: GCodeAnalyzer

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
with:
name: CGcodeAnalyzer
output-file-path: output.json
gh-repository: github.com/Ultimaker/CuraEngineBenchmarks
gh-pages-branch: main
benchmark-data-dir-path: dev/gcodeanalyzer
tool: customBiggerIsBetter
github-token: ${{ secrets.CURA_BENCHMARK_PAT }}
auto-push: true
max-items-in-chart: 250
# - name: Store benchmark result
# uses: benchmark-action/github-action-benchmark@v1
# with:
# name: CGcodeAnalyzer
# output-file-path: output.json
# gh-repository: github.com/Ultimaker/CuraEngineBenchmarks
# gh-pages-branch: main
# benchmark-data-dir-path: dev/gcodeanalyzer
# tool: customBiggerIsBetter
# github-token: ${{ secrets.CURA_BENCHMARK_PAT }}
# auto-push: true
# max-items-in-chart: 250

0 comments on commit e4d47de

Please sign in to comment.