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
문자열의 특정 자리 문자를 가져올 때 array indexing과 charAt 중 뭐가 빠른지 알아보는 테스트
const a = "String"Ready to run.
| Test | Ops/sec | |
|---|---|---|
| array indexing | | ready |
| charAt | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.