| Index: test/js-perf-test/Scope/run.js
|
| diff --git a/test/js-perf-test/Object/run.js b/test/js-perf-test/Scope/run.js
|
| similarity index 79%
|
| copy from test/js-perf-test/Object/run.js
|
| copy to test/js-perf-test/Scope/run.js
|
| index 15c31ba08db6a5cd59c5ebc68498e9b024c2f91e..9ce00a15a5ae3b9c221da343343369e1ec699be8 100644
|
| --- a/test/js-perf-test/Object/run.js
|
| +++ b/test/js-perf-test/Scope/run.js
|
| @@ -1,15 +1,15 @@
|
| -// Copyright 2014 the V8 project authors. All rights reserved.
|
| +// Copyright 2015 the V8 project authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
|
|
| load('../base.js');
|
| -load('assign.js');
|
| +load('with.js');
|
|
|
| var success = true;
|
|
|
| function PrintResult(name, result) {
|
| - print(name + '-Object(Score): ' + result);
|
| + print(name + '-Scope(Score): ' + result);
|
| }
|
|
|
|
|
|
|