jsPerf — JavaScript performance playground What is jsPerf? jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks. For more information, see the FAQ. Create a test case Login with GitHub to Create Test Cases
JavaScript performance comparison Test case created by on 2011-8-10 Preparation code <div id="work"></div> <script> var work = document.getElementById("work"); </script> <script> Benchmark.prototype.setup = function() { while (work.hasChildNodes()){ work.removeChild(work.firstChild); } }; </script> Preparation code output
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く