Ryan Thompson created BEAM-14255: ------------------------------------ Summary: Drop the clock abastraction and just use time.time for time measurements Key: BEAM-14255 URL: https://issues.apache.org/jira/browse/BEAM-14255 Project: Beam Issue Type: Sub-task Components: sdk-py-core Reporter: Ryan Thompson
Right now the TFX-BSL Runinference library uses an abstract clock class to get microsecond precision, but time.time should give an adequate precision. Investigate removing the clock abstraction and just using time.time. Alternatively, comment why the abstraction is useful. -- This message was sent by Atlassian Jira (v8.20.1#820001)