Avoid addtional timestamp conversion to set state Since we already have the timestamp, we can pass it on to the State object and avoid the additional timestamp conversion which can be as much as 30% of the state write runtime. Since datetime objects are limited to microsecond precision, we need to adjust some tests to account for the additional precision that we will now be able to get in the database |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_init.py | ||
test_init_db_schema_30.py | ||
test_websocket_api.py | ||
test_websocket_api_schema_32.py |