Skip to content
Snippets Groups Projects
  1. Sep 24, 2019
  2. Sep 23, 2019
  3. Sep 14, 2019
  4. Sep 24, 2019
  5. Sep 14, 2019
  6. Sep 23, 2019
  7. Sep 13, 2019
  8. Aug 01, 2019
  9. 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
  10. Jul 18, 2019
  11. May 17, 2019
  12. May 19, 2019
  13. May 18, 2019
  14. May 19, 2019
  15. Apr 28, 2019
    • 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
  16. Apr 27, 2019
  17. Apr 28, 2019
Loading