Skip to content

Commit 9d9b791

Browse files
committed
amend 2
benchmark: disable thousands separator in benchmark output Presence of commas in numbers break JSON/CSV output
1 parent 556ce00 commit 9d9b791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ int main(int argc, char *argv[]) {
1010
// Disable multithreading
1111
set_num_threads(1);
1212
set_locale();
13+
disable_thousands_separator();
1314
Context fermi_ctx = Context(mbpt::make_sr_spaces(), Vacuum::SingleProduct,
1415
IndexSpaceMetric::Unit, BraKetSymmetry::nonsymm,
1516
SPBasis::spinorbital);

0 commit comments

Comments
 (0)