Skip to content

Commit

Permalink
ci: Fix perms, again
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Therapy <[email protected]>
  • Loading branch information
SamTherapy committed Mar 27, 2024
1 parent 6a4426f commit 9579859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
actions: read
contents: write
pages: write
id-token: write

Expand Down

1 comment on commit 9579859

@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 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 9579859 Previous: 6a4426f Ratio
Program+Benchmarks.DataHome 636.3357135227749 ns (± 2.468724473905692) 177.39765644073486 ns (± 1.6642758513301041) 3.59
Program+Benchmarks.DataDirs 930.500914255778 ns (± 2.3856921882447697) 277.9635122844151 ns (± 0.4280507550777128) 3.35
Program+Benchmarks.DesktopDir 2834.6275329589844 ns (± 7.257911302648319) 756.0311571756998 ns (± 1.7570014008670416) 3.75
Program+Benchmarks.Home 310.8078752245222 ns (± 0.7128134097789126) 87.35490163167317 ns (± 0.761502574705987) 3.56

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

CC: @SamTherapy

Please sign in to comment.