Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/stretchr/testify to v1.8.1 (#265)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | patch | `v1.8.0` -> `v1.8.1` | --- ### Release Notes <details> <summary>stretchr/testify</summary> ### [`v1.8.1`](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1) [Compare Source](https://togithub.com/stretchr/testify/compare/v1.8.0...v1.8.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/flagd). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
2ec61c6
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
18596
ns/op 4801 B/op 80 allocs/op12250
ns/op 4801 B/op 80 allocs/op1.52
BenchmarkResolveBooleanValue/test_staticObjectFlag
1731
ns/op 80 B/op 4 allocs/op1163
ns/op 80 B/op 4 allocs/op1.49
BenchmarkResolveBooleanValue/test_missingFlag
1969
ns/op 144 B/op 6 allocs/op1341
ns/op 144 B/op 6 allocs/op1.47
BenchmarkResolveBooleanValue/test_disabledFlag
1973
ns/op 144 B/op 6 allocs/op1334
ns/op 144 B/op 6 allocs/op1.48
BenchmarkResolveStringValue/test_targetingStringFlag
20458
ns/op 4841 B/op 82 allocs/op12051
ns/op 4841 B/op 82 allocs/op1.70
BenchmarkResolveStringValue/test_staticObjectFlag
1671
ns/op 96 B/op 4 allocs/op1174
ns/op 96 B/op 4 allocs/op1.42
BenchmarkResolveStringValue/test_missingFlag
1841
ns/op 160 B/op 6 allocs/op1357
ns/op 160 B/op 6 allocs/op1.36
BenchmarkResolveStringValue/test_disabledFlag
1815
ns/op 160 B/op 6 allocs/op1342
ns/op 160 B/op 6 allocs/op1.35
BenchmarkResolveFloatValue/test_targetingFloatFlag
18402
ns/op 4841 B/op 82 allocs/op12089
ns/op 4841 B/op 82 allocs/op1.52
BenchmarkResolveFloatValue/test_staticObjectFlag
1677
ns/op 96 B/op 4 allocs/op1157
ns/op 96 B/op 4 allocs/op1.45
BenchmarkResolveFloatValue/test_missingFlag
1856
ns/op 160 B/op 6 allocs/op1338
ns/op 160 B/op 6 allocs/op1.39
BenchmarkResolveFloatValue/test_disabledFlag
1809
ns/op 160 B/op 6 allocs/op1324
ns/op 160 B/op 6 allocs/op1.37
BenchmarkResolveIntValue/test_targetingNumberFlag
16627
ns/op 4825 B/op 80 allocs/op11119
ns/op 4825 B/op 80 allocs/op1.50
BenchmarkResolveIntValue/test_staticObjectFlag
1583
ns/op 96 B/op 4 allocs/op1151
ns/op 96 B/op 4 allocs/op1.38
BenchmarkResolveIntValue/test_missingFlag
1783
ns/op 144 B/op 6 allocs/op1340
ns/op 144 B/op 6 allocs/op1.33
BenchmarkResolveObjectValue/test_staticBoolFlag
1512
ns/op 96 B/op 4 allocs/op1163
ns/op 96 B/op 4 allocs/op1.30
BenchmarkResolveObjectValue/test_missingFlag
1794
ns/op 160 B/op 6 allocs/op1342
ns/op 160 B/op 6 allocs/op1.34
BenchmarkResolveObjectValue/test_disabledFlag
1776
ns/op 160 B/op 6 allocs/op1335
ns/op 160 B/op 6 allocs/op1.33
This comment was automatically generated by workflow using github-action-benchmark.