You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/08/02 19:40:34 UTC

[2/2] spec commit: Fix exec benchmark to use correct "echo" symbol.

Fix exec benchmark to use correct "echo" symbol.


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/23933282
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/23933282
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/23933282

Branch: refs/heads/master
Commit: 2393328231c0defdfc024a46b29257fb269e584d
Parents: 4a403bc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Aug 2 13:40:15 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Aug 2 13:40:15 2013 -0400

----------------------------------------------------------------------
 benchmarks/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/23933282/benchmarks/index.html
----------------------------------------------------------------------
diff --git a/benchmarks/index.html b/benchmarks/index.html
index d7dd2bd..91b3fea 100644
--- a/benchmarks/index.html
+++ b/benchmarks/index.html
@@ -49,7 +49,7 @@
     }
 
     function benchExec() {
-        var echo = cordova.require('cordova/plugin/echo'),
+        var echo = cordova.echo,
             startTime = +new Date,
             callCount = 0,
             durationMs = parseInt(document.getElementById('test-duration').value, 10) * 1000,