Skip to content
Snippets Groups Projects
  1. Sep 10, 2019
  2. Sep 03, 2019
  3. Aug 09, 2019
  4. Aug 08, 2019
  5. Jul 30, 2019
  6. Jul 29, 2019
  7. Jul 25, 2019
  8. Jul 24, 2019
    • Stan Hu's avatar
      Add Rugged calls to performance bar · 291df05e
      Stan Hu authored
      This will help diagnose the source of excessive I/O from Rugged
      calls. To implement this, we need to obtain the full list of arguments
      sent to each request method.
      291df05e
  9. Jul 23, 2019
  10. Jul 18, 2019
  11. Jul 17, 2019
  12. Jul 16, 2019
  13. Jul 12, 2019
  14. Jul 11, 2019
  15. Jul 08, 2019
  16. Jul 04, 2019
  17. Jun 28, 2019
  18. Jun 25, 2019
  19. 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
  20. Jun 19, 2019
  21. Jun 14, 2019
  22. Jun 12, 2019
Loading