From 515d99840f566360ad8d6a4b7b0969ce179c1d50 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 30 Apr 2012 14:43:46 +0000 Subject: make name lower-case, to match all other benches git-svn-id: http://skia.googlecode.com/svn/trunk@3793 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/RegionBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/RegionBench.cpp') diff --git a/bench/RegionBench.cpp b/bench/RegionBench.cpp index 7ac288619c..fe6d7770c4 100644 --- a/bench/RegionBench.cpp +++ b/bench/RegionBench.cpp @@ -75,7 +75,7 @@ public: RegionBench(void* param, int count, Proc proc, const char name[]) : INHERITED(param) { fProc = proc; - fName.printf("Region_%s_%d", name, count); + fName.printf("region_%s_%d", name, count); SkRandom rand; for (int i = 0; i < count; i++) { -- cgit v1.2.3