es6-模板字符串

Benchmark created on


Setup

const data = 100

Test runner

Ready to run.

Testing in
TestOps/sec
模板字符串
const str = `${data}abc${data}`
ready
普通字符串
const str = data + 'abc' + data
ready

Revisions

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