Skip to content

Commit

Permalink
Merge pull request #113 from phbasler/dependabot/github_actions/James…
Browse files Browse the repository at this point in the history
…Ives/github-pages-deploy-action-4.4.3

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
  • Loading branch information
phbasler authored Sep 12, 2023
2 parents cc9bcb1 + f09c14f commit cf3eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: cmake
run: mkdir build && cd build && cmake .. && cmake --build . -j${{ steps.cpu-cores.outputs.count }} -t doc
- name: Deploy
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/html # The folder the action should deploy.
Expand Down

3 comments on commit cf3eaad

@github-actions
Copy link

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.50.

Benchmark suite Current: cf3eaad Previous: cc9bcb1 Ratio
BM_EWBG/repeats:5_stddev 1141049520.0370836 ns/iter 758318801.548773 ns/iter 1.50
BM_EWBG/repeats:5_cv 0.04179206587525199 ns/iter 0.026428443079426225 ns/iter 1.58

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

@github-actions
Copy link

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.50.

Benchmark suite Current: cf3eaad Previous: cc9bcb1 Ratio
BM_EWPT/repeats:5_stddev 771295474.9912492 ns/iter 400476114.8221955 ns/iter 1.93
BM_EWPT/repeats:5_cv 0.14423497396207444 ns/iter 0.07811579950143395 ns/iter 1.85
BM_EWBG/repeats:5_cv 0.040013579004998794 ns/iter 0.026428443079426225 ns/iter 1.51

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

@github-actions
Copy link

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.50.

Benchmark suite Current: cf3eaad Previous: cc9bcb1 Ratio
BM_EWBG/repeats:5_stddev 1151286279.8099694 ns/iter 758318801.548773 ns/iter 1.52

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

Please sign in to comment.