Skip to content

[Feature]: Add execution time measurement to smoke_test.py #338

Description

Problem you're trying to solve

Currently, running the smoke test script (smoke_test.py) outputs pass/fail statuses for each check, but lacks execution duration metrics. This makes it difficult to track test performance or identify slow/lagging test cases during local development and script execution.

Proposed solution or behavior

Import Python's built-in time module inside smoke_test.py.

Update the check wrapper function to measure the execution time of each test case and print the duration in seconds alongside the PASS or FAIL status.

Alternatives considered

None needed, as integrating the built-in time module is lightweight and introduces no external dependencies or complexity.

Use case context

Local development and CI/CD script execution for the bank manager agent control scaffolding.

Acknowledgements

  • I searched existing issues and discussions and did not find a duplicate.
  • I'd be willing to contribute a PR for this (optional).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions