···1+--- ./Cargo.toml 2024-04-10 00:01:12.033806583 +0100
2++++ ./Cargo.toml 2024-04-10 00:01:48.324228125 +0100
3+@@ -45,7 +45,8 @@ path = "tests/e2e/mod.rs"
4+ # This results in roughly a 5% reduction in performance when compiling locally vs when
5+ # compiled via the CI pipeline.
6+ [profile.release]
7+-debug = false # Do not include debug symbols in the executable.
8++lto = true
9++codegen-units = 1
10+11+ [profile.bench]
12+ debug = true