···11+--- ./Cargo.toml 2024-04-10 00:01:12.033806583 +0100
22++++ ./Cargo.toml 2024-04-10 00:01:48.324228125 +0100
33+@@ -45,7 +45,8 @@ path = "tests/e2e/mod.rs"
44+ # This results in roughly a 5% reduction in performance when compiling locally vs when
55+ # compiled via the CI pipeline.
66+ [profile.release]
77+-debug = false # Do not include debug symbols in the executable.
88++lto = true
99++codegen-units = 1
1010+1111+ [profile.bench]
1212+ debug = true