Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 10, 2020
  3. Dec 04, 2019
  4. Nov 06, 2019
  5. Oct 30, 2019
  6. Oct 29, 2019
  7. Oct 18, 2019
  8. Sep 26, 2019
  9. Oct 08, 2019
  10. Oct 04, 2019
  11. Oct 01, 2019
  12. Sep 26, 2019
  13. Sep 16, 2019
  14. Sep 24, 2019
  15. Sep 23, 2019
  16. Sep 16, 2019
  17. Sep 13, 2019
  18. Aug 09, 2019
  19. Aug 06, 2019
  20. 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
  21. May 19, 2019
  22. May 15, 2019
  23. Apr 27, 2019
  24. Apr 28, 2019
  25. 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
  26. Apr 28, 2019
  27. Apr 27, 2019
    • Pierre-Yves David's avatar
      scripts: rename update-benchrepo to upgrade-reference · f1196743
      Pierre-Yves David authored
      Having both `update-reference-config` and `update-benchrepo` is confusing. So we
      rename `update-benchrepo`. `update` is changed to `upgrade` to clarify that this
      is meant to move from an older version to a newer one. And `benchrepo` is
      changed to `reference`, the fact it touches `benchrepo` is mostly an
      implementation details, the main argument is a `*-reference.tar` file.
      f1196743
Loading