durrr

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
new object
var r = new RegExp('[a-z]')
r.test('a')
ready
literal
var r = /[a-z]/
r.test('a')
ready

Revisions

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