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

dhtperformance: total time display wrong when doing parallel requests #187

Open
gavin-norman-sociomantic opened this issue Nov 20, 2018 · 0 comments
Labels

Comments

@gavin-norman-sociomantic

I assume this happens with all request types, but I noticed it while doing Get requests:
./dhtperformance -S new-1-AP-dhtmemory.xml -m get -c usermap_10088180265682214291 -i 0 -n 1000000 -p 50

The total time listed on the console (avg: 198.99μs, count: 996600, total: 198.72s) increases at a rate much faster than reality. Either the process is running on an incredibly dense planet or there's a bug. (I suspect the timer is updated once for each parallel connection where it should only be updated once.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant