Skip to content

Commit

Permalink
Update integration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaggiowski authored Oct 25, 2024
1 parent 241b393 commit d224acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
func BenchmarkStartup(b *testing.B) {
b.StopTimer()

tmpdir, err := os.MkdirTemp("", "console-")
tmpdir, err := os.MkdirTemp("", "rond-bench-")
require.NoError(b, err)
oasFileName, policiesFileName := generateAndSaveConfig(b, tmpdir, 100)
b.Logf("Files generated in %s", tmpdir)
Expand Down

0 comments on commit d224acc

Please sign in to comment.