Regex time

Benchmark created by Igor Nowosad on


Setup

const re = new RegExp("^(a+)+$");

Test runner

Ready to run.

Testing in
TestOps/sec
10x a
re.test("aaaaaaaaaab");
ready
11x a
re.test("aaaaaaaaaaab");
ready
12x a
re.test("aaaaaaaaaaaab");
ready

Revisions

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

  • Revision 1: published by Igor Nowosad on