Skip to content
Snippets Groups Projects
  1. Nov 07, 2018
  2. Jan 18, 2015
  3. Nov 10, 2018
  4. Nov 11, 2018
  5. Nov 10, 2018
  6. Nov 07, 2018
  7. Nov 10, 2018
  8. Nov 09, 2018
  9. Nov 08, 2018
  10. Nov 07, 2018
  11. Nov 06, 2018
  12. Nov 07, 2018
  13. Nov 06, 2018
  14. Nov 05, 2018
  15. Oct 19, 2018
  16. Nov 05, 2018
  17. Oct 03, 2018
    • Boris Feld's avatar
      perf: offer full details in perfrevlogwrite · 4dd7edeb
      Boris Feld authored
      This will be useful for people who want to study the timing pattern more
      closely.
      4dd7edeb
    • Boris Feld's avatar
      perf: introduce a perfrevlogwrite command · 164b2e77
      Boris Feld authored
      The command record times taken by adding many revisions to a revlog. Timing
      each addition, individually. The "added revision" are recreations of the
      original ones.
      
      To time each addition individually, we have to handle the timing and the
      reporting ourselves.
      
      This command is introduced to track the impact of sparse-revlog format on
      delta computations at initial storage time. It starts with the full text, a
      situation similar to the "commit". Additions from an existing delta are better
      timed with bundles.
      
      The complaints from `check-perf-code.py` are not relevant. We are accessing
      and "revlog" opener, not a repository opener.
      164b2e77
  18. Nov 06, 2018
Loading