Skip to content
Snippets Groups Projects
Commit 10b7fc02 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle:
Browse files

benchmarks: Set locale to C

This ensures that decimal separators are consistent.
parent ec2caa83
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ if [[ $# -ne 3 ]]; then
exit 1
fi
# Force dot as decimal seperator
export LC_ALL=C
FORMULA=$1
COOL_LOGIC=$2
MLSOLVER_LOGIC=$3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment