Which JS benchmark site is correct?
问题 I created a benchmark on both jsperf.com and jsben.ch, however, they're giving substantially different results. JSPerf: https://jsperf.com/join-vs-template-venryx JSBench: http://jsben.ch/9DaxR Note that the code blocks are exactly the same. On jsperf, block 1 is "61% slower" than the fastest: On jsbench, block 1 is only 32% slower than the fastest: ((99 - 75) / 75) What gives? I would expect benchmark sites to give the same results, at least within a few percent. As it stands, I'm unable to