1. 04 8月, 2016 1 次提交
  2. 03 8月, 2016 4 次提交
  3. 02 8月, 2016 2 次提交
  4. 01 8月, 2016 6 次提交
  5. 29 7月, 2016 2 次提交
  6. 28 7月, 2016 2 次提交
    • J
      fix repo hooks missing on import · 32d8aa6d
      James Lopez 提交于
       fix spec and added changelog
      32d8aa6d
    • Y
      Reduce instrumentation overhead · 905f8d76
      Yorick Peterse 提交于
      This reduces the overhead of the method instrumentation code primarily
      by reducing the number of method calls. There are also some other small
      optimisations such as not casting timing values to Floats (there's no
      particular need for this), using Symbols for method call metric names,
      and reducing the number of Hash lookups for instrumented methods.
      
      The exact impact depends on the code being executed. For example, for a
      method that's only called once the difference won't be very noticeable.
      However, for methods that are called many times the difference can be
      more significant.
      
      For example, the loading time of a large commit
      (nrclark/dummy_project@81ebdea5df2fb42e59257cb3eaad671a5c53ca36)
      was reduced from around 19 seconds to around 15 seconds using these
      changes.
      905f8d76
  7. 27 7月, 2016 6 次提交
  8. 26 7月, 2016 1 次提交
  9. 23 7月, 2016 2 次提交
  10. 21 7月, 2016 1 次提交
  11. 20 7月, 2016 6 次提交
  12. 19 7月, 2016 7 次提交