Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Feb 16, 2024
1 parent 68a0998 commit 59b3ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/helloworld/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestAppMockHelloWorld(t *testing.T) {
}, kod.WithFakes(kod.Fake[HelloWorld](mockHelloWorld)))
}

// BenchmarkAppHelloWorld benchmarks the app component.
func BenchmarkAppHelloWorld(b *testing.B) {
kod.RunTest(b, func(ctx context.Context, comp *app) {
b.ResetTimer()
Expand Down

0 comments on commit 59b3ed5

Please sign in to comment.