Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 15, 2019
  3. Aug 09, 2019
  4. Aug 06, 2019
  5. Aug 01, 2019
  6. Jul 30, 2019
  7. Aug 06, 2019
  8. Aug 01, 2019
  9. Jul 30, 2019
  10. Jul 22, 2019
    • Raphaël Gomès's avatar
      stuck-benchmarks: add `finalize_teardown` for `BaseExchangeMixin` · 0e1fa5227987
      Raphaël Gomès authored
      If the `setup` method fails, the tests session waits for timeout (1800s per
      benchmark!), because BaseExchangeMixin's setup launches `hg serve`. The ASV
      test runner does not understand that setup failed and it should move on to
      the next benchmark.
      This shuts down the `hg serve` in case the `setup` breaks.
      0e1fa5227987
  11. Jul 18, 2019
  12. May 24, 2019
  13. May 21, 2019
  14. May 18, 2019
  15. May 17, 2019
  16. May 19, 2019
  17. May 18, 2019
  18. May 19, 2019
  19. May 16, 2019
  20. May 15, 2019
  21. May 07, 2019
  22. Apr 28, 2019
    • Pierre-Yves David's avatar
      roles: add a useless "same" entry for discovery test · 91d4f46ae72a
      Pierre-Yves David authored
      I fear that the lack of the "same" params value invalidate previous result file
      that has this value. So I am adding it again.
      
      However I am not sure I got that right, that this is in an independent changeset
      easy to be dropped.
      91d4f46ae72a
    • Pierre-Yves David's avatar
      benchmark: add an "identical" discovery benchmark · da84cf0adbf0
      Pierre-Yves David authored
      This one is dedicated to tracking the time taken for two identical repository to
      realise they are identical.
      
      We take the addition of a new test as an opportunity to give it a proper name to
      this test.
      da84cf0adbf0
    • Pierre-Yves David's avatar
      benchmark: migrate discovery benchmarks to roles · 631ac2098634
      Pierre-Yves David authored
      The existing discovery test are now using the new roles information. To keep the compatibility witht he older class structure. We are using the `benchmark_name` feature to keep the same name. We'll probably want to use the very same feature to rename all test later into something more sensible.
      
      However, as a side effect, this means we are dropping the "same" variant of the
      subset/super set test. So ASV will be confused by the params value change...
      <sigh>.
      
      Important note: for this discovery to work, benchmark now needs to be have an
      upgraded reference.
      631ac2098634
  23. Apr 27, 2019
  24. Apr 28, 2019
Loading