Skip to content

Commit

Permalink
track robot side analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio committed Jun 3, 2024
1 parent 0940a09 commit 7e15359
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robot-server/robot_server/protocols/protocol_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from opentrons import protocol_runner
from opentrons.protocol_engine.errors import ErrorOccurrence
from opentrons.protocol_engine.types import RunTimeParamValuesType
from opentrons.util.performance_helpers import track_analysis
import opentrons.util.helpers as datetime_helper

import robot_server.errors.error_mappers as em
Expand All @@ -25,6 +26,7 @@ def __init__(
"""Initialize the analyzer and its dependencies."""
self._analysis_store = analysis_store

@track_analysis
async def analyze(
self,
protocol_resource: ProtocolResource,
Expand Down

0 comments on commit 7e15359

Please sign in to comment.