Skip to content

Commit 692d1aa

Browse files
committed
Adding load test
1 parent 9ef401d commit 692d1aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,6 @@ scripts:
309309
- log: Running workload
310310
- sh: cd ${{RUNTIME.dir}}
311311
- sh: ${{RUNTIME.buildCmd}}
312-
- script: async-profiler-install
313-
- script: async-profiler-configure
314312
- for-each: ITERATION ${{=[...Array(${{ITERATIONS}}).keys()]}}
315313
then:
316314
- script: sync-drop-fs-cache
@@ -324,6 +322,8 @@ scripts:
324322
then:
325323
- regex: "jfr|flamegraph"
326324
then:
325+
- script: async-profiler-install
326+
- script: async-profiler-configure
327327
- script:
328328
name: async-profiler-run
329329
async: true

0 commit comments

Comments
 (0)