1. 13 Sep, 2017 1 commit
  2. 11 Sep, 2017 1 commit
  3. 01 Sep, 2017 1 commit
  4. 30 Aug, 2017 1 commit
  5. 26 Aug, 2017 3 commits
  6. 24 Aug, 2017 2 commits
  7. 23 Aug, 2017 9 commits
  8. 18 Aug, 2017 5 commits
  9. 16 Aug, 2017 1 commit
  10. 14 Aug, 2017 1 commit
  11. 13 Aug, 2017 1 commit
  12. 12 Aug, 2017 1 commit
    • Anna Henningsen's avatar
      lib: add nghttp2_rcbuf_is_static() · eb306f46
      Anna Henningsen authored
      Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf
      is statically allocated.
      
      This can be useful for language bindings that wish to avoid
      creating duplicate strings for these buffers; concretely, I am
      planning to use this in the Node HTTP/2 module that is being
      introduced.
      eb306f46
  13. 09 Aug, 2017 2 commits
  14. 08 Aug, 2017 1 commit
  15. 07 Aug, 2017 1 commit
  16. 04 Aug, 2017 1 commit
  17. 03 Aug, 2017 1 commit
  18. 02 Aug, 2017 1 commit
  19. 01 Aug, 2017 4 commits
  20. 28 Jul, 2017 2 commits
    • Soham Sinha's avatar
      enabled --duration option. · 5f3c541c
      Soham Sinha authored
      5f3c541c
    • Soham Sinha's avatar
      Timing (#1) · 3c43e00d
      Soham Sinha authored
      * Adding timing-sensitive load test option in h2load.
      
      * more checks added for parameters
      
      * A worker thread can control its clients' warmup and main duration.
      
      * Changed warmup to an enum variable.
      
      * removed unnecessary call to ev_timer_stop
      
      * assertion is done before starting main measurement phase
      
      * phase variable is implemented only inside the Worker class
      
      * enum to enum class
      
      * else indentation corrected
      
      * check added for timing-based test when duration CB is called explicitly
      
      * New argument is introduced for timing-based benchmarking.
      
      * styling corrections
      
      * duration watcher initialization is pushed back into warmup timeout
      
      * Warmup and Duration timer is moved to Worker instead of clients. Now both timers and phase belongs to the Workers.
      
      * some client functions are modified to return if it's not main_duration phase. client is not destructed but sessions are terminated
      
      * outputs are adjusted for thread.
      
      * Needed to check if a session exist before terminating
      
      * formatting
      
      * more formatting
      
      * formatting
      3c43e00d