Skip to content

Commit

Permalink
reduce duplicated tests run actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Aug 3, 2022
1 parent 720546c commit 48b5db8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
name: Test
jobs:
Build:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

1 comment on commit 48b5db8

@ReneWerner87
Copy link
Member Author

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: 48b5db8 Previous: 96b4db1 Ratio
Benchmark_Cache 9852 ns/op 49368 B/op 6 allocs/op 382.6 ns/op 16 B/op 2 allocs/op 25.75
Benchmark_Cache_AdditionalHeaders 1207 ns/op 592 B/op 9 allocs/op 533.2 ns/op 16 B/op 2 allocs/op 2.26

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

Please sign in to comment.