fargito.bsky.social
@fargito.bsky.social
Reposted
I just wrote a guide on how to test the performance of your Python code with benchmarks. It 's a good place to start if you never did it!

codspeed.io/docs/guides/...
How to Benchmark Python Code? - CodSpeed Docs
Learn how to measure the performance of your Python code by writing and running benchmarks locally and continuously in CI to catch regressions.
codspeed.io
November 17, 2025 at 2:44 PM
Reposted
Inlining Information is now available in @codspeed.io flame graphs.

You can now track how the compiler inlines your code directly in the UI.

codspeed.io/changelog/20...
Better granularity with Inlining Information - Changelog - CodSpeed
Stop guessing why performance changed between builds. See inlined frames directly in your flamegraphs for complete visibility into compiler optimizations.
codspeed.io
October 29, 2025 at 2:03 PM
Reposted
It's Friday, and all your @codspeed.io runs got 2 minutes faster😎👇
codspeed.io/changelog/20...
Runs just got 2 minutes faster! - Changelog - CodSpeed
GitHub Action setup now uses caching to skip redundant package installations, reducing CI time by 1-5 minutes per run.
codspeed.io
October 17, 2025 at 2:06 PM
Reposted
Walltime profiling is now available across Rust, C/C++, Python, and Go! 🚀⚡

Get detailed flamegraphs powered by perf to pinpoint bottlenecks in real-world scenarios!

codspeed.io/changelog/20...
Introducing Walltime Profiling Across Languages - Changelog - CodSpeed
Walltime now includes profiling support powered by perf, available for Rust, C/C++, Python, Go, and Node.js to pinpoint bottlenecks in real-world scenarios.
codspeed.io
October 14, 2025 at 2:19 PM
Reposted
What’s faster in Rust? 🦀 Your instinct says one thing. The benchmark says something else.

@apas.tel and @adriencaccia.bsky.social are bringing a live Rust performance quiz to #EuroRust25. You don’t want to miss it!

🧵1/3
July 1, 2025 at 12:21 PM
Reposted
🚀🦫 New guide for Gophers: Benchmarking a Gin HTTP API

codspeed.io/docs/guides/...
Benchmarking a Go Gin API - CodSpeed Docs
Build a Gin HTTP API, write Golang benchmarks, and run them with CodSpeed in consistent CI environments
codspeed.io
October 1, 2025 at 2:09 PM