Search code examples
javascriptjqueryperformancejquery-mobilejsperf

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!


Solution

  • 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.