concat vs template

Benchmark created on


Setup

const assetName = "entry.js";

Test runner

Ready to run.

Testing in
TestOps/sec
concat
assetName + ".map";
ready
template
`${assetName}.map`;
ready

Revisions

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