Skip to content

Commit

Permalink
fix: linter (#1847)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed May 3, 2024
1 parent 71447b0 commit 97f0a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature_flag_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
var client *ffclient.GoFeatureFlag

// init is creating a flag file for this test with the expected date.
// nolint
func init() {
content, _ := os.ReadFile("testdata/benchmark/flag-config.yaml")
t, _ := template.New("example-flag-config").Parse(string(content))
Expand Down Expand Up @@ -342,7 +343,7 @@ func BenchmarkJSONArrayVar_RolloutScheduled(b *testing.B) {
}
}

/* Bemchmark list:
/* Benchmark list:
Generate a dynamic flag file in the init method
for all tests.
Expand All @@ -357,5 +358,4 @@ for all tests.
- idem for all type of variations
- all flag with a lot of flags and different types
*/

0 comments on commit 97f0a16

Please sign in to comment.