https://github.com/kyza/keit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kyza/keit
- Owner: Kyza
- License: mit
- Created: 2021-08-04T22:50:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T04:17:48.000Z (almost 5 years ago)
- Last Synced: 2025-05-30T00:40:32.432Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keit
Accurately and easily benchmark the speediness your synchronous functions.
Because of the Spectre vunerability browsers have added salt to `performance.now()` in order to prevent the attack.
That means the accuracy of any tests done with this library inside a browser environment is decreased.
For the most accuracy run this in a NodeJS environment.