1. 02 Aug, 2017 1 commit
  2. 01 Aug, 2017 4 commits
  3. 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
  4. 15 Jul, 2017 1 commit
  5. 14 Jul, 2017 1 commit
  6. 12 Jul, 2017 1 commit
  7. 02 Jul, 2017 4 commits
  8. 28 Jun, 2017 1 commit
  9. 27 Jun, 2017 1 commit
  10. 22 Jun, 2017 2 commits
  11. 19 Jun, 2017 2 commits
  12. 15 Jun, 2017 1 commit
  13. 13 Jun, 2017 2 commits
  14. 12 Jun, 2017 1 commit
    • Tatsuhiro Tsujikawa's avatar
      nghttpx: Set default minimum TLS version to TLSv1.2 · be164fc8
      Tatsuhiro Tsujikawa authored
      Previously, the default minimum TLS version was TLSv1.1, but the
      default cipher list didn't include any compatible ciphers with it.
      This made handshake fail if TLSv1.1 was negotiated because there was
      no shared ciphers.  To make the default settings consistent, the
      default minimum TLS version is now TLSv1.2.
      be164fc8
  15. 11 Jun, 2017 2 commits
  16. 02 Jun, 2017 2 commits
  17. 30 May, 2017 1 commit
  18. 26 May, 2017 5 commits
  19. 25 May, 2017 5 commits
  20. 24 May, 2017 1 commit