Skip to content

Commit

Permalink
add contents write
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari committed Oct 20, 2023
1 parent 80d842a commit b3438fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
- main

permissions:
contents: read
pull-requests: write
contents: write

jobs:
go-bench:
Expand Down

2 comments on commit b3438fc

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: b3438fc Previous: 02d664d Ratio
BenchmarkFib10 - ns/op 1119074 ns/op 3.278 ns/op 341389.26
BenchmarkFib10 - B/op 0 B/op 0 B/op NaN
BenchmarkFib10 - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkFib20 - ns/op 1122100 ns/op 3.248 ns/op 345474.14
BenchmarkFib20 - B/op 0 B/op 0 B/op NaN
BenchmarkFib20 - allocs/op 0 allocs/op 0 allocs/op NaN
BenchmarkFib25 - ns/op 1120249 ns/op 3.285 ns/op 341019.48
BenchmarkFib25 - B/op 0 B/op 0 B/op NaN
BenchmarkFib25 - allocs/op 0 allocs/op 0 allocs/op NaN

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

Benchmark suite Current: b3438fc Previous: 02d664d Ratio
BenchmarkFib10 - ns/op 1119074 ns/op 3.278 ns/op 341389.26
BenchmarkFib20 - ns/op 1122100 ns/op 3.248 ns/op 345474.14
BenchmarkFib25 - ns/op 1120249 ns/op 3.285 ns/op 341019.48

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

Please sign in to comment.