Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to delete broken revisions from jsperf?

I'm doing my first steps with jsperf (here) to improve the performance of some of my scripts.

I'm wondering if it is possible to delete/remove test revisions, which I have accidentially published - they are broken and unusable, so:

Question:
Say I figured out how it works when doing revision 5 - is there a way to delete revision 1-4?

Thanks!

like image 212
frequent Avatar asked Mar 20 '13 23:03

frequent


1 Answers

Disclaimer: I’m the guy who created jsPerf.

There is no way to delete test cases on jsPerf other than emailing me or asking @jsperf on Twitter nicely. This is by design.

How do you end up with 4 broken revisions, though? Whenever you edit a test case that you created within the same browser session, it will simply update the original test case.

like image 130
Mathias Bynens Avatar answered Nov 15 '22 18:11

Mathias Bynens