Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Feb 18, 2020
  3. Feb 05, 2020
  4. Oct 30, 2019
  5. Sep 27, 2019
  6. Sep 17, 2019
  7. Aug 26, 2019
  8. Jul 19, 2019
  9. Jun 28, 2019
  10. Jun 21, 2019
    • Qingyu Zhao's avatar
      Generate gem size metrics in memory CI · 940fcc9f
      Qingyu Zhao authored
      This includes several changes:
        - Rename memory-static to generate-gems-size-metrics-static
        - Rename memory-static-objects to generate-gems-memory-metrics-static
        - Change generate-gems-size-metrics-static interface. The script now
          expect `bundle exec derailed bundle:mem` output as its input. The
          script output to stdout, or stderr for error message.
        - Change generate-gems-memory-metrics-static interface. The script now
          expect `bundle exec derailed bundle:objects` output as its input.
          The script output to stdout, or stderr for error message.
        - Generate gem size metrics. Script generate-gems-size-metrics-static
          extract each gem size from `bundle exec derailed bundle:mem` output.
          Save output to metrics file in format: 'gem_size_mb{name="zip"} 0.5'
      940fcc9f
  11. Jun 19, 2019
    • Aleksei Lipniagov's avatar
      Run static benchmarks from 'derailed_benchmarks' · c3b40ae1
      Aleksei Lipniagov authored
      Two static memory benchmarks will be included in our CI pipeline. It
      will load gems from the Gemfile and check the amount of RAM consumed
      as well as the number of objects allocated and retained.
      Aggregated values will be included as 'metrics' into MRs while full
      reports will be downloadable as job artifacts.
      c3b40ae1
Loading