1. 27 Apr, 2015 1 commit
    • Tatsuhiro Tsujikawa's avatar
      h2load: Effectively disable flow control by setting large window size · b41835f1
      Tatsuhiro Tsujikawa authored
      Previously h2load used default flow control window as described in
      HTTP/2 and SPDY specification.  The window size is 64KiB, which is a
      bit small, and cannot utilize full server performance when response
      size is not too small.  Basically, we do this kind of benchmarking
      test to measure server's throughput, and optimal performance.  Smaller
      window certainly degrades performance even in local testing because
      server is so fast that it has to wait for WINDOW_UPDATE from h2load.
      To make default behaviour suitable for peak performance test, we
      decided to disable flow control in h2load by setting large enough
      window size.
      
      Most users used h2load without -w or -W options, so they were
      implicitly throttled by flow control and the result was affected by
      that negatively.  Now flow control is disabled by default, the result
      may improve depending on the implementations.
      b41835f1
  2. 26 Apr, 2015 4 commits
  3. 24 Apr, 2015 3 commits
  4. 23 Apr, 2015 5 commits
  5. 22 Apr, 2015 10 commits
  6. 21 Apr, 2015 1 commit
  7. 19 Apr, 2015 6 commits
  8. 18 Apr, 2015 1 commit
  9. 17 Apr, 2015 9 commits