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

Change the way the overall throughput messages/sec is calculated #7

Closed
timpokorny opened this issue Jan 22, 2015 · 0 comments
Closed
Assignees

Comments

@timpokorny
Copy link
Member

Summary

The value for the overall throughput in messages/second is a bit coarse at the moment. It has a strange habit of being exactly the same in two separate federates that make up a run. I suspect this is because I'm just dividing the overall message count by the run time in seconds (rounded). To take this little inaccuracy away, the total runtime in millis should be used. That'll be slightly different for each federate and thus produce those ever so slightly more accurate (and believable) numbers.

INFO  [main] wantest:      ---------------------------------------------
INFO  [main] wantest:   All| 400000 |   26.1MB/s |  390.6MB |  28571/s |
INFO  [main] wantest:      ---------------------------------------------

Acceptance Criteria

Once complete:

  • Generate messages/second by using run time in millis, not whole seconds
@timpokorny timpokorny self-assigned this Jan 22, 2015
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