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

Investigate performance issues #228

Open
leviathan747 opened this issue Jun 13, 2024 · 2 comments
Open

Investigate performance issues #228

leviathan747 opened this issue Jun 13, 2024 · 2 comments
Assignees

Comments

@leviathan747
Copy link
Contributor

The leading theory is that the move to JSON serialization caused the performance degradation. We first need to revert to the old binary format to prove that theory.

Once proven, compare the following formats:

  • JSON (as is today)
  • Old binary format
  • ASN.1 (built in to MASL code generator already)
  • Various binary formats supported by nlohmann_json

Consider which format is best. Consider making this a per-topic configuration

@leviathan747 leviathan747 self-assigned this Jun 13, 2024
@leviathan747
Copy link
Contributor Author

A test build was created (4.4.6-binary). Compared to the latest release build 4.4.5, no performance difference was observed in initial tests.

@leviathan747
Copy link
Contributor Author

After testing with different versions of docker, it was observed that using docker engine v26.0 produces about twice the performance compared to using docker engine v26.1

cortlandstarrett added a commit that referenced this issue Jun 19, 2024
job #228: update pvstats.py to calculate the raw input rate
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

No branches or pull requests

1 participant