aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/PatchBench.cpp
diff options
context:
space:
mode:
authorGravatar jcgregorio <jcgregorio@google.com>2016-08-29 13:33:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-29 13:33:04 -0700
commit1703bd18acd24bc42883b2fcd251bc75a7382d67 (patch)
treeb58be254f3ac9208e2334ebe426614079e3884f0 /bench/PatchBench.cpp
parent3cc22180561ae17a64ff0e0f9ba173eac149009e (diff)
benchmarks: Avoid brackets and commas in test names.
Diffstat (limited to 'bench/PatchBench.cpp')
-rw-r--r--bench/PatchBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/PatchBench.cpp b/bench/PatchBench.cpp
index 80d5ce0db1..f029584a45 100644
--- a/bench/PatchBench.cpp
+++ b/bench/PatchBench.cpp
@@ -101,7 +101,7 @@ protected:
}
SkString type;
this->appendName(&type);
- fName.printf("patch_%s_%s_[%f,%f]", type.c_str(), vertexMode.c_str(),
+ fName.printf("patch_%s_%s_%fx%f", type.c_str(), vertexMode.c_str(),
fScale.x(), fScale.y());
return fName.c_str();
}