Add micro-benchmark for Proxy call and constructor to the suite

Bug: v8:6558, v8:6557
Change-Id: Ibda4ac02f7c8f28b6e37664c10ffae34124c79b0
Reviewed-on: https://chromium-review.googlesource.com/571703
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Maya Lekova <mslekova@google.com>
Cr-Commit-Position: refs/heads/master@{#46669}
This commit is contained in:
Maya Lekova 2017-07-14 11:34:15 +02:00 committed by Commit Bot
parent 18453c9b3b
commit e24abc9d1c

View File

@ -18,7 +18,11 @@
{"name": "ProxyConstructorWithArrowFunc"},
{"name": "ProxyConstructorWithClass"},
{"name": "ProxyConstructorWithObject"},
{"name": "ProxyConstructorWithProxy"}
{"name": "ProxyConstructorWithProxy"},
{"name": "CallProxyWithoutTrap"},
{"name": "CallProxyWithTrap"},
{"name": "ConstructProxyWithoutTrap"},
{"name": "ConstructProxyWithTrap"}
]
},
{