seitime-frappe/frappe/modules
Ankush Menat bbcc365a24
fix: use monotonic clock for timing code (#19138)
* fix: use monotonic time for timing code

`time.time()` depends on system clock which can drift away and get corrected
over time. If you're unlucky it will get corrected in your timing code
and give absurd results.

* test: dont check for status

can refresh and give wrong output

[skip ci]
2022-12-06 15:42:37 +05:30
..
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
export_file.py chore: code cleanup 2022-08-19 15:56:44 +05:30
import_file.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
patch_handler.py fix: use monotonic clock for timing code (#19138) 2022-12-06 15:42:37 +05:30
utils.py fix: Pass *args and **kwargs in db_insert boilerplate for Virtual DocType (#19018) 2022-11-28 11:14:24 +05:30