jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
<p><input type="text" name="c1" value="テキスト入力欄"></p>
<p><input type="password" name="c2" value="パスワード入力欄"></p>
<p><input type="radio" name="c3" value="ラジオボタン"></p>
<p><input type="checkbox" name="c4" value="チェックボックス"></p>
<p><input type="file" name="c5" value="ファイル選択"></p>
<p><input type="hidden" name="c6" value="隠しデータ"></p>
<p><input type="submit" value="送信ボタン"></p>
<p><input type="reset" value="リセットボタン"></p>
<p><input type="image" src="button.gif" alt="送信ボタン"></p>
<p><input type="button" value="汎用ボタン"></p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
Ready to run.
Test | Ops/sec | |
---|---|---|
:radio |
| ready |
[type=radio] |
| ready |
$(":radio") |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.