mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Benchmarks running tests 4E6 times: using sscanf $ bin/test-string-converters elapsed=7.33942s Executed 92000006 tests. All tests passed. $ bin/test-string-converters elapsed=7.3811s Executed 92000006 tests. All tests passed. $ bin/test-string-converters elapsed=7.3455s Executed 92000006 tests. All tests passed. with std::from_chars $ bin/test-string-converters elapsed=4.47369s Executed 92000006 tests. All tests passed. $ bin/test-string-converters elapsed=4.46908s Executed 92000006 tests. All tests passed. $ bin/test-string-converters elapsed=4.47067s Executed 92000006 tests. All tests passed. $ bin/test-string-converters elapsed=4.48706s Executed 92000006 tests. All tests passed.