shotover / shotover-proxy

L7 data-layer proxy
https://docs.shotover.io
Apache License 2.0
83 stars 16 forks source link

test codspeed benches on ubuntu 24.04 #1729

Closed rukai closed 3 weeks ago

rukai commented 3 weeks ago

turns out codspeed doesnt support ubuntu 24.04 yet :/ For context, I thought its weird that gettime shows up as a syscall in codspeed flamegraphs since it should go through vdso and avoid a syscall. I thought maybe the newer linux kernel in 24.04 might avoid this issue, so I attempted to test my hypothesis with this PR.

I'll retry this test in the future once codspeed supports ubuntu 24.04