Skip to content

Commit

Permalink
fix: rename ttfb to server_processing (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Jan 25, 2022
1 parent 5f9aa15 commit b50bdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func request(url string, param param) {
timing["dns_lookup"] = dnsMs
timing["tcp_connection"] = connectionMs
timing["tls_handshake"] = sslMs
timing["ttfb"] = ttfbMs
timing["server_processing"] = ttfbMs
timing["content_transfer"] = downloadMs
timing["total"] = totalMs
r["timing"] = timing
Expand Down

0 comments on commit b50bdcf

Please sign in to comment.