Releases: CodSpeedHQ/action
Releases · CodSpeedHQ/action
v1.7.1
v1.7.0
🎉 What's Changed
-
A fork of valgrind is now used, allowing us to generate execution traces with Node and Python.
-
V8 flags previously set as an environment variable
CODSPEED_V8_FLAGS
are now handled directly by the integration library and injected to Nodejs through our custom node executable.
📚 Details
Features
- feat: add request retries by @art049 in #68
- feat: check the installed valgrind version by @art049 in #69
- feat: allow callgraph generation with perf maps by @art049 in #70
- feat: add custom node script by @adriencaccia in #72
- feat: retrieve the v8 flags from @codspeed/core by @art049 in #74
- feat: only display custom node script debug messages when CODSPEED_DEBUG=true by @adriencaccia in #75
Fixes
- chore: update pnpm and node/pnpm setups by @adriencaccia in #71
- fix: throw and stop the execution when the benchmark process fails by @art049 in #73
Full Changelog: v1.6.0...v1.7.0