01
What is a reaction time test?
A reaction time test measures how quickly you respond to a visual stimulus. Your reaction time is the delay between seeing a signal and physically responding to it, typically between 150ms and 300ms for most people.
This test uses high-precision browser timing (performance.now()) synchronized with requestAnimationFrame to give you the most accurate measurement possible in a web browser. It runs 5 trials and reports your median time: the middle value, which filters out lucky or unlucky outliers.