File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 3.8.0] - 2025-07-18
9+
10+ ### <!-- 1 --> 🐛 Bug Fixes
11+ - Adjust offset for symbols of module loaded at preferred base by @not-matthias in [ #97 ] ( https://github.com/CodSpeedHQ/runner/pull/97 )
12+ - Run with --scope to allow perf to trace the benchmark process by @not-matthias
13+ - Run with bash to support complex scripts by @not-matthias
14+ - Execute pre- and post-bench scripts for non-perf walltime runner by @not-matthias in [ #96 ] ( https://github.com/CodSpeedHQ/runner/pull/96 )
15+
16+ ### <!-- 2 --> 🏗️ Refactor
17+ - Process memory mappings in separate function by @not-matthias
18+
19+ ### <!-- 7 --> ⚙️ Internals
20+ - Add debug logs for perf.map collection by @not-matthias
21+ - Add complex cmd and env tests by @not-matthias
22+
23+
824## [ 3.7.0] - 2025-07-08
925
1026### <!-- 0 --> 🚀 Features
403419- Add linting components to the toolchain by @art049
404420
405421
422+ [ 3.8.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.7.0..v3.8.0
406423[ 3.7.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.0
407424[ 3.6.1 ] : https://github.com/CodSpeedHQ/runner/compare/v3.6.0..v3.6.1
408425[ 3.6.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.5.0..v3.6.0
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-runner"
3- version = " 3.7 .0"
3+ version = " 3.8 .0"
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/runner"
66publish = false
You can’t perform that action at this time.
0 commit comments