Skip to content
Snippets Groups Projects
  1. Jul 05, 2022
  2. Mar 19, 2020
  3. Mar 10, 2020
  4. Dec 04, 2019
  5. Nov 06, 2019
  6. Oct 30, 2019
  7. Oct 29, 2019
  8. Oct 18, 2019
  9. Sep 26, 2019
  10. Oct 08, 2019
  11. Oct 04, 2019
  12. Oct 01, 2019
  13. Sep 26, 2019
  14. Sep 16, 2019
  15. Sep 24, 2019
  16. Sep 23, 2019
  17. Sep 16, 2019
  18. Sep 13, 2019
  19. Aug 09, 2019
  20. Aug 06, 2019
  21. May 17, 2019
    • Pierre-Yves David's avatar
      run: prewarm cache before run · 54d43f75
      Pierre-Yves David authored
      I started seeing benchmark failing because `hg debugupdatecache` covers more
      data in some core changesets (so taking extra time to warm some cold cache).
      Instead we perform an extensive cache warming in the preparation steps.
      
      Once the cache are warm the `hg debugupdatecache` run are "fast". See inline
      documentation for details.
      
      We also introduce a way to skip this step as it might be slow.
      54d43f75
  22. May 19, 2019
  23. May 15, 2019
  24. Apr 27, 2019
  25. Apr 28, 2019
  26. 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
  27. Apr 28, 2019
    • Pierre-Yves David's avatar
      upgrade-reference: preserve existing `repo-prefix` if any · f3b7acb4
      Pierre-Yves David authored
      Before this change, running upgrade-reference could change the repository-prefix
      when new version were adding new repository format key. This change is not
      necessary (see inline comment) and has various anoying side effect (eg: requires
      a upload/download unchanged file again).
      f3b7acb4
Loading