Skip to content

Commit 2cfa2fe

Browse files
committedDec 24, 2024··
Update cpu profile
``` ./hey -profile -h2 -n 5000 -c 10 https://abstraction.fr/static/css/light.css mv cpu.prof h2.prof ./hey -profile -h3 -n 5000 -c 10 https://abstraction.fr/static/css/light.css mv cpu.prof h3.prof go tool pprof -proto h2.prof h3.prof > default.pgo ``` Signed-off-by: Sylvain Rabot <[email protected]>
1 parent 3cc7ae6 commit 2cfa2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎default.pgo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:47b502c2fc8285a3ccd4662dc1a25ee7a7852640aca9016059ae20df7d34ad5b
3-
size 41105
2+
oid sha256:b4793a985207d654e32425f8e439342fca929c7b4635c53ebdb3ac28464f86cd
3+
size 17314

0 commit comments

Comments
 (0)
Please sign in to comment.