oha icon indicating copy to clipboard operation
oha copied to clipboard

Enable: Profile-Guided Optimization (PGO)

Open hatoo opened this issue 2 years ago • 0 comments

resolve #264

  • Added a script build with pgo in justfile
  • try BOLT later
  • TODO: add to CI

Current state

for server In pgo/server

v0.6.1

oha -z 10s --no-tui -c 900  http://localhost:8888/

Requests/sec: 606825.6121

LTO+PGO+(etc)

just # to build
./target/x86_64-unknown-linux-gnu/release/oha -z 10s --no-tui -c 900  http://localhost:8888

Requests/sec: 684939.1770

It looks noticeably fater

hatoo avatar Jul 15 '23 08:07 hatoo