タグ

benchmarkに関するupamuneのブックマーク (3)

  • Go でベンチマーク - Block Rockin’ Codes


    Intro Go  testing  gotest     使 https://github.com/Jxck/swrap   // swrap.go type SWrap []byte func (sw *SWrap) Add(a byte) { *sw = append(*sw, a) } func (sw *SWrap) Len() int { return len(*sw) } Slice  
    Go でベンチマーク - Block Rockin’ Codes
  • Go 言語で Apache Bench (ab) を実装してみた - takatoshiono's blog


    Go  Apache Bench (ab)  https://github.com/takatoshiono/go-ab  wcabab http wc http ab 2016101220171 Apache Bench (ab)  Apache Bench (ab)  HTTP Apache HTTP 
    Go 言語で Apache Bench (ab) を実装してみた - takatoshiono's blog
  • Webサーバのベンチマークツールはh2loadが便利 - 人間とウェブの未来


    Webmatsumotory Webabwrk使h2load使 h2loadnghttp2HTTP/2 HTTP/2SPDYHTTP/1.x  TLSSNI   Nghttp2: HTTP/2 C Library - nghttp2.org  $ h2load -c 100 -n 10000 https://localhost:
    Webサーバのベンチマークツールはh2loadが便利 - 人間とウェブの未来
  • 1