Skip to content

Comments

Fix QPS calculation#618

Open
eivanov89 wants to merge 4 commits intoerikbern:mainfrom
ydb-platform:fix_qps_calculation
Open

Fix QPS calculation#618
eivanov89 wants to merge 4 commits intoerikbern:mainfrom
ydb-platform:fix_qps_calculation

Conversation

@eivanov89
Copy link

Current QPS calculation is incorrect. In case of single thread best_search_time is debatable in the calculation, but it is wrong when requests run in parallel (batch mode). Also, total wall time measured by the benchmark is inaccurate, because it includes time spent on forking (if applicable), connecting to the database, and opening sessions. It is better to allow algorithms to measure pure wall time spent running queries.

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