-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add version to startup message (#430)
Signed-off-by: Joao E Pereira Jr <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 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
8daf613
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 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkResolveBooleanValue/test_targetingBoolFlag
16802
ns/op 4817 B/op 80 allocs/op12543
ns/op 4817 B/op 80 allocs/op1.34
BenchmarkResolveStringValue/test_targetingStringFlag
17067
ns/op 4841 B/op 82 allocs/op12218
ns/op 4841 B/op 82 allocs/op1.40
BenchmarkResolveIntValue/test_targetingNumberFlag
15488
ns/op 4825 B/op 80 allocs/op11332
ns/op 4825 B/op 80 allocs/op1.37
BenchmarkResolveObjectValue/test_targetingObjectFlag
21619
ns/op 6106 B/op 104 allocs/op15701
ns/op 6106 B/op 104 allocs/op1.38
This comment was automatically generated by workflow using github-action-benchmark.