Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: duration in seconds missing fractions #342

Merged
merged 1 commit into from
May 9, 2024
Merged

fix: duration in seconds missing fractions #342

merged 1 commit into from
May 9, 2024

Conversation

de-sh
Copy link
Contributor

@de-sh de-sh commented May 9, 2024

Closes #

Changes

Why?

Fractional part of time is missing on serialization

Trials Performed

JS payload after change:

{
  "timestamp": 1715249644559,
  "sequence": 13,
  "stream": "bms",
  "serialized_data_size": 133510,
  "compressed_data_size": 133510,
  "total_serialization_time": 0.022287279,
  "avg_serialization_time": 0.001714406,
  "total_compression_time": 0.0,
  "avg_compression_time": 0.0
}

@de-sh de-sh merged commit a22e2ee into main May 9, 2024
0 of 2 checks passed
de-sh pushed a commit that referenced this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant