rd13 / jsperf.app

jsperf-app.vercel.app
77 stars 6 forks source link

how to set custom slug? #27

Open trusktr opened 11 months ago

trusktr commented 11 months ago

I see some benchmarks have a custom slugs, f.e.

https://jsperf.app/javascript-objects-vs-map-performance

How do we do make a custom slug like that?

rd13 commented 11 months ago

@trusktr That was the old format of slugs which has been replaced with a short (albeit undescriptive) form. Existing (mirrored) tests and revisions can still retain their slugs. However new tests will have a random string generated. This could change, maybe for authenticated users a custom slug should be an option?