🎨
httpbot
  • 介绍
  • 快速开始
  • 如何进行编排
  • 报表简介
  • Benchmark
Powered by GitBook
On this page

Was this helpful?

Benchmark

腾讯云 4核 QPS大致在2.5w+,压测代码在 factory/factory_test.go

[root@VM_0_3_centos factory]# go test -bench=.
goos: linux
goarch: amd64
pkg: github.com/pojol/httpbot/factory
BenchmarkFactoryStatic-4             30      40094525 ns/op
PASS
+--------------------------------------------------------------------------------+
Req url                       Req count       Average time       Succ rate
                              25997           1ms                45997/45997 0kb / 179kb
+--------------------------------------------------------------------------------+
robot : 25997 req count : 25997 duration : 1s qps : 25997 errors : 0
Previous报表简介

Last updated 4 years ago

Was this helpful?