-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix timing function cross-platform bug (#14919)
# Overview Closes https://opentrons.atlassian.net/browse/EXEC-406 Use a timing function universal to Windows, Mac, and Linux when running on Windows and Mac This will allow performance metrics tests to run locally for devs The production implementation will always use Linux # Test Plan - Create test that patches _get_timing_function to return universal timing function and make sure that works - Realized I missed timing synchronous functions so I added that too # Changelog - In robot_context_tracker.py create a _get_timing_function which imports the correct package based on os # Review requests None # Risk assessment low
- Loading branch information
1 parent
231cde1
commit d5f14c6
Showing
2 changed files
with
84 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters