An open API service indexing awesome lists of open source software.

https://github.com/kyza/keit


https://github.com/kyza/keit

Last synced: about 2 months ago
JSON representation

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.