aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SKPBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SKPBench.cpp')
-rw-r--r--bench/SKPBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/SKPBench.cpp b/bench/SKPBench.cpp
index 0219f0bc2e..800890265e 100644
--- a/bench/SKPBench.cpp
+++ b/bench/SKPBench.cpp
@@ -19,7 +19,7 @@ SKPBench::SKPBench(const char* name, const SkPicture* pic, const SkIRect& clip,
, fScale(scale)
, fName(name)
, fUseMultiPictureDraw(useMultiPictureDraw) {
- fUniqueName.printf("%s_%.2g", name, scale); // Scale makes this unqiue for skiaperf.com traces.
+ fUniqueName.printf("%s_%.2g", name, scale); // Scale makes this unqiue for perf.skia.org traces.
if (useMultiPictureDraw) {
fUniqueName.append("_mpd");
}