concatstrings

Benchmark created by Etienne on


Test runner

Ready to run.

Testing in
TestOps/sec
plus
var text = "alpha(opacity=" + (0.5 * 100) + ")";
ready
array
var text = ["alpha(opacity=", (0.5 * 100), ")"].join("");
ready

Revisions

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

  • Revision 1: published by Etienne on
  • Revision 2: published by Pierre Bertet on