diff options
author | Eric Boren <borenet@google.com> | 2018-04-30 07:52:39 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-04-30 13:34:00 +0000 |
commit | 82cb619314cfa68ae6e56a715b60556dbb275cb6 (patch) | |
tree | ef00fd267bc8f8e457853072bb929562d35bfb62 /infra/bots/recipes/calmbench.expected | |
parent | 12e4e84f7335c26cd5e17b56c09d50210abebd8c (diff) |
[infra] Calmbench: fix path to nanobench executable
Bug: skia:7883
Change-Id: Id363d59d2466c3f4fae8a79e6ad9e6c270e445ae
Reviewed-on: https://skia-review.googlesource.com/124403
Commit-Queue: Eric Boren <borenet@google.com>
Commit-Queue: Yuqian Li <liyuqian@google.com>
Auto-Submit: Eric Boren <borenet@google.com>
Reviewed-by: Yuqian Li <liyuqian@google.com>
Diffstat (limited to 'infra/bots/recipes/calmbench.expected')
2 files changed, 4 insertions, 4 deletions
diff --git a/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json b/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json index 88bbbc82ac..a61a89ccc0 100644 --- a/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json +++ b/infra/bots/recipes/calmbench.expected/Calmbench-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All.json @@ -92,8 +92,8 @@ "[START_DIR]/[SWARM_OUT_DIR]", "modified", "master", - "[START_DIR]/out/Release/nanobench", - "[START_DIR]/ParentRevision/out/Release/nanobench", + "[START_DIR]/build/out/Release/nanobench", + "[START_DIR]/build/ParentRevision/out/Release/nanobench", "--svgs [START_DIR]/svg --skps [START_DIR]/skp --mpd false", "--svgs [START_DIR]/svg --skps [START_DIR]/skp --mpd false", "2", diff --git a/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json b/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json index f93b8b7521..eafa9fcc58 100644 --- a/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json +++ b/infra/bots/recipes/calmbench.expected/Calmbench-Ubuntu17-Clang-Golo-GPU-QuadroP400-x86_64-Release-All.json @@ -92,8 +92,8 @@ "[START_DIR]/[SWARM_OUT_DIR]", "modified", "master", - "[START_DIR]/out/Release/nanobench", - "[START_DIR]/ParentRevision/out/Release/nanobench", + "[START_DIR]/build/out/Release/nanobench", + "[START_DIR]/build/ParentRevision/out/Release/nanobench", "--svgs [START_DIR]/svg --skps [START_DIR]/skp", "--svgs [START_DIR]/svg --skps [START_DIR]/skp", "2", |