google / tachometer

Statistically rigorous benchmark runner for the web
BSD 3-Clause "New" or "Revised" License
671 stars 22 forks source link

Rename horizons to auto-sample-conditions #225

Closed aomarks closed 3 years ago

aomarks commented 3 years ago

I never liked the name "horizons" (except on the day I chose it I guess). I think a much clearer name is "auto sample conditions".

This changes the --horizon flag and the horizons JSON config setting (yes... one was singular, the other plural) to --auto-sample-conditions and autoSampleConditions respectively.

It's backwards compatible, with a warning printed if you use the old style.

Related to https://github.com/Polymer/tachometer/issues/221

Eldeloro1 commented 2 years ago

I never liked the name "horizons" (except on the day I chose it I guess). I think a much clearer name is "auto sample conditions".

This changes the --horizon flag and the horizons JSON config setting (yes... one was singular, the other plural) to --auto-sample-conditions and autoSampleConditions respectively.

It's backwards compatible, with a warning printed if you use the old style.

Related to #221