We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef401d commit 692d1aaCopy full SHA for 692d1aa
1 file changed
benchmarks/main.yml
@@ -309,8 +309,6 @@ scripts:
309
- log: Running workload
310
- sh: cd ${{RUNTIME.dir}}
311
- sh: ${{RUNTIME.buildCmd}}
312
- - script: async-profiler-install
313
- - script: async-profiler-configure
314
- for-each: ITERATION ${{=[...Array(${{ITERATIONS}}).keys()]}}
315
then:
316
- script: sync-drop-fs-cache
@@ -324,6 +322,8 @@ scripts:
324
322
325
323
- regex: "jfr|flamegraph"
326
+ - script: async-profiler-install
+ - script: async-profiler-configure
327
- script:
328
name: async-profiler-run
329
async: true
0 commit comments