Clicks Per Minute Click Chronometer Run the test

About

About Clicks Per Minute

One page, one measurement, and a stated method. This is what the instrument does and where its honesty ends.

What this is

Purpose

Clicks Per Minute is a single-purpose measuring instrument: it counts presses inside an interval you choose and reports the rate as clicks per minute.

It exists because most click speed tests report a number without saying what was measured. This one states the clock, the event, the interval and the rounding, and it publishes the arithmetic on the same page as the result.

How the measurement is defined

Method
  • Clock. performance.now(), read at the moment the browser dispatches pointerdown, at 0.1-millisecond resolution.
  • Start. The interval opens on your first press, so reaction time is excluded from the rate.
  • End. A timer closes a time-mode interval on schedule even in a throttled tab; the animation loop only drives the sweep hand.
  • Elapsed. Reported time is clamped to the nominal interval, so CPM is exact rather than approximately exact.
  • Rate. Clicks ÷ elapsed seconds × 60, rounded to the nearest whole click per minute.

What it refuses to do

Limits
  • No accounts, no leaderboard. A global leaderboard on an unverifiable input is a ranking of auto-clickers.
  • No upload. Personal bests are written to this browser's local storage and never sent anywhere.
  • No claim of authority. Where a world record is disputed, this site says so and shows the arithmetic instead of repeating the figure.

Found something the instrument gets wrong? That is the most useful message you can send us.