adamk
5ceb4feca3
Remove always-on --harmony-rest-parameters flag
...
It shipped in Chrome 47.
Review URL: https://codereview.chromium.org/1519073004
Cr-Commit-Position: refs/heads/master@{#32816}
2015-12-12 00:00:38 +00:00
adamk
a4689fc21f
Remove flags for spread calls and arrays
...
These features shipped in M46 without issue.
Review URL: https://codereview.chromium.org/1429653006
Cr-Commit-Position: refs/heads/master@{#31635}
2015-10-28 15:57:27 +00:00
neis
d3ef8f4b95
[es6] Ship rest parameters.
...
R=rossberg
BUG=
Review URL: https://codereview.chromium.org/1371963002
Cr-Commit-Position: refs/heads/master@{#30970}
2015-09-28 11:19:35 +00:00
adamk
7462e99667
Remove on-by-default flag --harmony-object
...
It's been enabled since M45, which is now well into its stable period,
with no problems reported.
Review URL: https://codereview.chromium.org/1356793002
Cr-Commit-Position: refs/heads/master@{#30835}
2015-09-18 18:37:57 +00:00
caitpotter88
0cc8eaa4c6
[es6] fixup for rest parameters perf test
...
BUG=v8:2160
LOG=N
NOTRY=true
R=adamk, machenbach@chromium.org , rossberg
Review URL: https://codereview.chromium.org/1331803003
Cr-Commit-Position: refs/heads/master@{#30682}
2015-09-10 13:45:08 +00:00
caitpotter88
ce95a4db69
[es6] add js-perf-test for rest parameters
...
BUG=v8:2160
LOG=N
R=adamk, rossberg, wingo
Review URL: https://codereview.chromium.org/1317113007
Cr-Commit-Position: refs/heads/master@{#30647}
2015-09-08 23:17:11 +00:00
arv
353b40e980
[es6] Remove harmony-classes flag
...
Move class tests to es6 directory
BUG=v8:3330
LOG=N
R=adamk
Review URL: https://codereview.chromium.org/1213813003
Cr-Commit-Position: refs/heads/master@{#29336}
2015-06-26 21:16:58 +00:00
hablich
994eb59dcd
Micro benchmark for Try-Catch-Finally
...
BUG=v8:4131
LOG=n
Review URL: https://codereview.chromium.org/1155493007
Cr-Commit-Position: refs/heads/master@{#28789}
2015-06-03 12:12:31 +00:00
hablich
f62d5ce912
For Micro-benchmarks for 'with'
...
R=arv@chromium.org , mstarzinger@chromium.org
BUG=v8:4131
LOG=n
Review URL: https://codereview.chromium.org/1153363002
Cr-Commit-Position: refs/heads/master@{#28714}
2015-06-01 07:40:11 +00:00
machenbach
b7eae801b4
[test] Raise timeout for js-perf-tests.
...
TBR=dslomov@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/1147323002
Cr-Commit-Position: refs/heads/master@{#28557}
2015-05-21 14:36:22 +00:00
caitpotter88
fda20efb2f
[es6] implement Object.assign
...
BUG=v8:4007
LOG=N
R=arv@chromium.org , rossberg@chromium.org
Review URL: https://codereview.chromium.org/548833002
Cr-Commit-Position: refs/heads/master@{#28270}
2015-05-06 16:17:50 +00:00
caitpotter88
a6ba7ffe36
[cleanup] fix SpreadCalls perf-test names in JSTests.json
...
BUG=v8:3018
R=arv@chromium.org
LOG=N
Review URL: https://codereview.chromium.org/1079103005
Cr-Commit-Position: refs/heads/master@{#27758}
2015-04-10 18:29:25 +00:00
caitpotter88
74c381221c
[es6] implement spread calls
...
BUG=v8:3018
R=
LOG=N
Review URL: https://codereview.chromium.org/938443002
Cr-Commit-Position: refs/heads/master@{#27714}
2015-04-09 19:37:19 +00:00
caitpotter88
fd51f615eb
[es6] remove --harmony-templates flag
...
BUG=v8:3230
R=dslomov@chromium.org , arv@chromium.org
LOG=N
Review URL: https://codereview.chromium.org/1027593005
Cr-Commit-Position: refs/heads/master@{#27352}
2015-03-23 07:01:48 +00:00
dslomov
af04fdfec8
Remove harmony-strings flag.
...
String functions are shipping since 4.1/Chrome M41, it is time to unflag.
R=yanngguo@chromium.org ,rossberg@chromium.org
BUG=
Review URL: https://codereview.chromium.org/1024813002
Cr-Commit-Position: refs/heads/master@{#27337}
2015-03-20 10:43:38 +00:00
caitpotter88
c78a65967a
Perf tests for Template Literals
...
Review URL: https://codereview.chromium.org/769113002
Cr-Commit-Position: refs/heads/master@{#25789}
2014-12-12 05:14:28 +00:00
machenbach
21835209a7
Use merged JSTest config for performance tests.
...
The new config is now used for perf measurements. The old
ones are deleted to avoid redundancy.
This also ports https://codereview.chromium.org/754523004 to the new config file.
BUG=chromium:374740
LOG=n
TBR=ulan@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/782673003
Cr-Commit-Position: refs/heads/master@{#25674}
2014-12-05 08:43:19 +00:00
machenbach
1364ea7c77
Make JSTests ready for Android measurements.
...
This adds a common perf configuration for JSTests including
Classes, Collections, Iterators and Strings. This allows
the android test runner to handle subdirectories correctly
and to share the base.js resource in the parent directory.
The new json config has added resources configs for the
Android runner.
The perf runner's relative paths on the device are fixed as
well. Resources are only pushed on the configuration node
where they are specified. They are pushed to a dir on the
device that follows the same directory structure as on the
host. The binary is executed in the benchmark folder on the
device like on the host to allow relative path file
loading.
BUG=chromium:374740
LOG=n
TEST=python -m unittest run_perf_test
TBR=ulan@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/779923002
Cr-Commit-Position: refs/heads/master@{#25655}
2014-12-04 10:37:42 +00:00