We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20d388 commit 6e02b86Copy full SHA for 6e02b86
1 file changed
pkg/workflow/compiler_performance_benchmark_test.go
@@ -178,6 +178,7 @@ on:
178
types: [opened, synchronize]
179
permissions:
180
contents: read
181
+ issues: read
182
pull-requests: read
183
engine: copilot
184
tools:
@@ -268,6 +269,7 @@ func BenchmarkValidation(b *testing.B) {
268
269
on: pull_request
270
271
272
273
274
275
@@ -291,6 +293,7 @@ Test validation performance.
291
293
292
294
compiler := NewCompiler(WithNoEmit(true))
295
compiler.SetStrictMode(true)
296
+ compiler.SetQuiet(true)
297
298
// Warm up: run once before timing to prime one-time caches (schema compilation, etc.)
299
_ = compiler.CompileWorkflow(testFile)
0 commit comments