Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: bench/SKPBench.cpp

Issue 866943003: Update references to skiaperf.com. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | site/dev/tools/index.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/SKPBench.cpp
diff --git a/bench/SKPBench.cpp b/bench/SKPBench.cpp
index 0219f0bc2eadcc39aa2945e6d75386ef207fe6ef..800890265e647f38ce02b8f00c55cb4595676b16 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");
}
« no previous file with comments | « no previous file | site/dev/tools/index.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698