shift vs inc

Benchmark created on


Setup

var i = 9

Test runner

Ready to run.

Testing in
TestOps/sec
shift
i>>2
ready
inc
i++
ready

Revisions

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