Skip to content
Snippets Groups Projects
  1. May 17, 2019
  2. May 19, 2019
  3. May 18, 2019
  4. May 19, 2019
  5. 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
  6. Apr 27, 2019
  7. Apr 28, 2019
  8. Apr 27, 2019
  9. Mar 30, 2019
  10. Apr 05, 2019
  11. Apr 02, 2019
  12. Mar 29, 2019
  13. Mar 28, 2019
  14. Mar 27, 2019
  15. Mar 28, 2019
  16. Mar 05, 2019
    • Raphaël Gomès's avatar
      Change `yaml.load` to `yaml.safe_load` and refactor into a util. · 64fc6714b31e
      Raphaël Gomès authored
      Both benchmarks/ and scmperf_lib/ make use of PyYAML to load yaml
      files. This library has used an unsafe (i.e. can load yaml bombs, etc.)
      loader by default since its inception and has been urging people to move
      to `safe_load` instead.
      
      We could have still used `load` by switching to SafeLoader, but the refactor
      shrunk the code so much that it would not really be an improvement.
      64fc6714b31e
    • Raphaël Gomès's avatar
      Parametrize the list of strip variants per repo. · c21323ce0592
      Raphaël Gomès authored
      Strip variants can differ between repos and should not be hardcoded.
      This change uses the data from the .benchrepo file for each repo to
      pass to each corresponding test.
      
      We are new storing the entire repo prefix instead of only storing
      the hash, since it is just as unique, removing the need to recompute
      the prefix from the hash later in the code.
      c21323ce0592
  17. Mar 04, 2019
  18. Mar 05, 2019
Loading