Skip to content

Store analysis duration with millisecond precision#4786

Open
gamesh411 wants to merge 8 commits intoEricsson:masterfrom
gamesh411:feature/millisecond-duration-precision
Open

Store analysis duration with millisecond precision#4786
gamesh411 wants to merge 8 commits intoEricsson:masterfrom
gamesh411:feature/millisecond-duration-precision

Conversation

@gamesh411
Copy link
Collaborator

Analysis run durations were stored as whole seconds, losing some precision that could be used for accurate performance measurements. Duration is now stored as integer milliseconds instead of seconds, preserving accuracy
while maintaining the existing i64 Thrift API type. Existing data is migrated by multiplying by 1000, and the Web display logic converts back to seconds for users. CLI output now shows fractional seconds (e.g., 0:00:01.234).

@gamesh411 gamesh411 added enhancement 🌟 database 🗄️ Issues related to the database schema. CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands web 🌍 Related to the web app labels Feb 24, 2026
@gamesh411 gamesh411 requested review from bruntib and gulyasgergely902 and removed request for bruntib and vodorok February 24, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLI 💻 Related to the command-line interface, such as the cmd, store, etc. commands database 🗄️ Issues related to the database schema. enhancement 🌟 web 🌍 Related to the web app

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant