Index: test/js-perf-test/Classes/run.js |
diff --git a/test/js-perf-test/Collections/run.js b/test/js-perf-test/Classes/run.js |
similarity index 81% |
copy from test/js-perf-test/Collections/run.js |
copy to test/js-perf-test/Classes/run.js |
index cfd1aef5256b813ade9f3883426c6f67ec32cf47..44ce7c25ebc7588651d8e295e76d3c57465a14f5 100644 |
--- a/test/js-perf-test/Collections/run.js |
+++ b/test/js-perf-test/Classes/run.js |
@@ -4,16 +4,13 @@ |
load('base.js'); |
-load('map.js'); |
-load('set.js'); |
-load('weakmap.js'); |
-load('weakset.js'); |
+load('super.js'); |
var success = true; |
function PrintResult(name, result) { |
- print(name + '-Collections(Score): ' + result); |
+ print(name + '-Classes(Score): ' + result); |
} |