test1

Benchmark publishedon

Setup

let x = {a:123,b:234};

Teardown

console.log(x);

Test Runner

Initializing...

Testing in
Test CaseOps/sec
delete
delete x.a;
ready
omit
x = _.omit(x, ["a"]);
ready
undefined
x.a = undefined;
ready

Revisions

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

Revision 1
publishedon