diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-01-25 12:16:00 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-25 12:18:21 -0800 |
commit | 3d9f88894e50b747bb123ea745f16d026550f83e (patch) | |
tree | 7bca81a49cc475af567742ddc7acfb9311fd691c | |
parent | 032d14a06611304b18db659513f6db1edbc7cf75 (diff) |
Adjust benchtime for failing redis benchmarks.
PiperOrigin-RevId: 353702265
-rw-r--r-- | .buildkite/pipeline.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index ac0cc4cd9..cb272aef6 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -200,7 +200,7 @@ steps: command: make benchmark-platforms BENCHMARKS_SUITE=node BENCHMARKS_TARGETS=test/benchmarks/network:node_test - <<: *benchmarks label: ":redis: Redis benchmarks" - command: make benchmark-platforms BENCHMARKS_SUITE=redis BENCHMARKS_TARGETS=test/benchmarks/database:redis_test + command: make benchmark-platforms BENCHMARKS_SUITE=redis BENCHMARKS_TARGETS=test/benchmarks/database:redis_test BENCHMARKS_OPTIONS=-test.benchtime=15s - <<: *benchmarks label: ":ruby: Ruby benchmarks" command: make benchmark-platforms BENCHMARKS_SUITE=ruby BENCHMARKS_TARGETS=test/benchmarks/network:ruby_test |