Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 10, 2019
  3. Sep 03, 2019
  4. Aug 09, 2019
  5. Aug 08, 2019
  6. Jul 30, 2019
  7. Jul 29, 2019
  8. Jul 25, 2019
  9. 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
  10. Jul 23, 2019
  11. Jul 18, 2019
  12. Jul 17, 2019
  13. Jul 16, 2019
  14. Jul 12, 2019
  15. Jul 11, 2019
  16. Jul 08, 2019
  17. Jul 04, 2019
  18. Jun 28, 2019
  19. Jun 25, 2019
  20. 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
  21. Jun 19, 2019
  22. Jun 14, 2019
  23. Jun 12, 2019
Loading