Commit f3ccd7c2 authored by Michael Montvelishsky's avatar Michael Montvelishsky Committed by Chromium LUCI CQ

Increase benchmark duration to 10 seconds.

Bug: none
Test: none
Change-Id: I19e2731087799e7f58dfd43c66d65d0ff5e5cfb8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627873
Auto-Submit: Michael Montvelishsky <mont@chromium.org>
Commit-Queue: Kenneth MacKay <kmackay@chromium.org>
Reviewed-by: default avatarKenneth MacKay <kmackay@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843310}
parent bba694e0
......@@ -24,7 +24,7 @@ namespace {
const float kEpsilon = std::numeric_limits<float>::epsilon() * 2;
// Benchmark parameters.
const float kTestDurationSec = 1.0;
const float kTestDurationSec = 10.0;
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment