Skip to content

Commit 5179fb0

Browse files
committed
chore: adding a big kong file for perf check
1 parent 6297a17 commit 5179fb0

File tree

2 files changed

+135491
-1
lines changed

2 files changed

+135491
-1
lines changed

tests/benchmarkutils/benchmarking_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func BenchmarkSync(b *testing.B) {
3333
setup(b)
3434

3535
b.StartTimer()
36-
err := sync(b.Context(), "testdata/sync/kong.yaml")
36+
err := sync(b.Context(), "testdata/sync/kong-huge.yaml")
3737
if err != nil {
3838
return err
3939
}

0 commit comments

Comments
 (0)