diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-04-16 12:44:21 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-04-16 12:46:59 +0200 |
commit | 6503b68cde11ecdd9936a92f796a63704951f365 (patch) | |
tree | f581bab83996db1623a2a69674bb93ec3cdfc96e /jjb/vpp | |
parent | 9b8d71086c1272de6a2201f82107cf19829e6f9e (diff) |
Update parameters for vpp-csit-verify-perf
Depending on CSIT change https://gerrit.fd.io/r/18788
Change-Id: I12b21ae00c2c9e0ba1c242f748b6875a39eaf4d9
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 9c42fc25e..74ca251c1 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -1011,11 +1011,11 @@ - gerrit-csit-refspec-parameter - string: name: CSIT_PERF_TRIAL_DURATION - default: "1.0" + default: "10.0" description: "Duration of a trial measurement in BMRR tests." - string: name: CSIT_PERF_TRIAL_MULTIPLICITY - default: "8" + default: "5" description: "Number of subsamples for BMRR tests." - stream-parameter: stream: '{stream}' |