Change no-op math bench to noOp.
http://codereview.appspot.com/4962047/


git-svn-id: http://skia.googlecode.com/svn/trunk@2206 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/MathBench.cpp b/bench/MathBench.cpp
index 16eaebe..a8eb43e 100644
--- a/bench/MathBench.cpp
+++ b/bench/MathBench.cpp
@@ -51,7 +51,7 @@
 
 class NoOpMathBench : public MathBench {
 public:
-    NoOpMathBench(void* param) : INHERITED(param, "slowIsqrt") {}
+    NoOpMathBench(void* param) : INHERITED(param, "noOp") {}
 protected:
     virtual void performTest(float dst[], const float src[], int count) {
         for (int i = 0; i < count; ++i) {