-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ v3 (feature): merge Listen methods & ListenConfig (#1930)
* ✨ v3: new Start method for app * ✨ v3: new Start method for app * ✨ v3: new Start method for app * ✨ v3: new Start method for app * ✨ v3: new Start method for app * ✨ v3: new Start method for app * fix tests * improve graceful shutdown * update * Start -> Listen * rename test funcs. * Add Test_Listen_Graceful_Shutdown test. * add OnShutdownSuccess * fix tests * fix tests * split listen & listener * typo * Add retry logic to tests * Add retry logic to tests * Add retry logic to tests * Add retry logic to tests Co-authored-by: René Werner <[email protected]>
- Loading branch information
1 parent
ca0f663
commit 281e2f0
Showing
12 changed files
with
714 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
281e2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.Benchmark_AcquireCtx
1911
ns/op 1568 B/op 5 allocs/op613.8
ns/op 1568 B/op 5 allocs/op3.11
Benchmark_Cache
13864
ns/op 49370 B/op 6 allocs/op303.4
ns/op 16 B/op 2 allocs/op45.70
Benchmark_Cache_AdditionalHeaders
1202
ns/op 592 B/op 9 allocs/op409.6
ns/op 16 B/op 2 allocs/op2.93
Benchmark_Limiter
668.3
ns/op 72 B/op 2 allocs/op316
ns/op 8 B/op 1 allocs/op2.11
This comment was automatically generated by workflow using github-action-benchmark.