BlueBrain / hpcbench

Define and run your benchmarks
GNU General Public License v3.0
2 stars 0 forks source link

Improve OSU benchmark options #284

Closed tristan0x closed 5 years ago

tristan0x commented 5 years ago

Here is a current valid campaign invoking osu:

benchmarks:
  \*:
    test:
     type: osu
     arguments:
       categories: [osu_bw, osu_latency]
       arguments:
         osu_bw: [-x, 200, -i, 100]
         osu_latency: [-x, 200, -i, 400]

This issue describes a set of changes to the arguments parameter of osu benchmark

st4rl3ss commented 5 years ago

Ticket should be solved. Feel free to merge if you'd like.