summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/bench/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index c1d8ba2e4..224e2d167 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -523,6 +523,7 @@ async fn main() -> Result<()> {
])
.args(args.iter())
.stdout(Stdio::null())
+ .env("LC_NUMERIC", "C")
.spawn()?
.wait()?;
let expected_exit_code = expected_exit_code.unwrap_or(0);