asda

Benchmark created on


Description

asd

Setup

const target = {
  message1: "hello",
  message2: "everyone",
};

const handler1 = {};

const proxy1 = new Proxy(target, handler1);

Test runner

Ready to run.

Testing in
TestOps/sec
native
return target.message1
ready
proxy
return proxy1.message1
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.