Skip to content
Snippets Groups Projects
  1. Aug 06, 2019
  2. Aug 01, 2019
  3. Jul 30, 2019
  4. Aug 06, 2019
  5. Aug 01, 2019
  6. Jul 30, 2019
  7. Jul 22, 2019
    • Raphaël Gomès's avatar
      stuck-benchmarks: add `finalize_teardown` for `BaseExchangeMixin` · 0e1fa522
      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.
      0e1fa522
  8. Jul 18, 2019
  9. May 24, 2019
  10. May 21, 2019
  11. May 18, 2019
  12. May 17, 2019
  13. May 19, 2019
  14. May 18, 2019
  15. May 19, 2019
  16. May 16, 2019
  17. May 15, 2019
  18. May 07, 2019
  19. Apr 28, 2019
    • Pierre-Yves David's avatar
      roles: add a useless "same" entry for discovery test · 91d4f46a
      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.
      91d4f46a
    • Pierre-Yves David's avatar
      benchmark: add an "identical" discovery benchmark · da84cf0a
      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.
      da84cf0a
    • Pierre-Yves David's avatar
      benchmark: migrate discovery benchmarks to roles · 631ac209
      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.
      631ac209
  20. Apr 27, 2019
  21. Apr 28, 2019
  22. Apr 27, 2019
    • Pierre-Yves David's avatar
      upgrade-reference: update the benchrepo file with `partial-sets` · fee53b5e
      Pierre-Yves David authored
      The script can now be used to update the partial-sets information in the
      `.benchrepo` of the reference. This will prove useful as we introduce more
      partial variant (current target, the discovery test).
      
      note: the script is adding the data at the root level, so not the level the code
      currently expect. See next changeset for a fix.
      fee53b5e
Loading