aboutsummaryrefslogtreecommitdiff
path: root/tests/embind/embind.benchmark.js
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-04-11 14:58:19 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-04-18 20:08:23 +0300
commit3d451192df36f938ae563214ebf3cd9b71713f54 (patch)
tree044e1b006090e42f684d6907ee2edb173ce5072c /tests/embind/embind.benchmark.js
parentc643f6469fc2db1a4aa49e404e7ccf5d412d2838 (diff)
Rename test for consistency.
Diffstat (limited to 'tests/embind/embind.benchmark.js')
-rw-r--r--tests/embind/embind.benchmark.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/embind/embind.benchmark.js b/tests/embind/embind.benchmark.js
index 035f91ff..de1cdd2c 100644
--- a/tests/embind/embind.benchmark.js
+++ b/tests/embind/embind.benchmark.js
@@ -34,7 +34,7 @@ function _increment_class_counter_benchmark_embind_js(N) {
foo.incr_class_counter();
}
var b = _emscripten_get_now();
- Module.print("JS increment_class_counter_embind " + N + " iters: " + (b-a)*1000 + " msecs. result: " + foo.class_counter_val());
+ Module.print("JS embind increment_class_counter " + N + " iters: " + (b-a)*1000 + " msecs. result: " + foo.class_counter_val());
foo.delete();
}