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

Update the built-in cql-vector workload file #1602

Merged
merged 4 commits into from
Oct 5, 2023

Conversation

yabinmeng
Copy link
Contributor

@yabinmeng yabinmeng commented Oct 5, 2023

Also fix 2 minor issues:

  1. if the cycles parameter is not explicitly specified, it should by default set to the stride number. the current code failed to do so
  2. In ActivityExecutor, the method of unregisterMetrics() may be called when the method registerMetrics() wasn't called earlier. This will cause NPE.

…ctly setting the cycle count to the stride count if the cycle count is not specified explicitly.
@yabinmeng yabinmeng requested a review from jshook October 5, 2023 01:35
…ashed. This makes sure the generated embedding values are not the same.
…sterMetrics()` fails to execute somehow (e.g. CLI input parameter problem such as cycle number < stride number)
Copy link
Contributor

@jshook jshook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jshook jshook merged commit aa88c22 into nosqlbench:main Oct 5, 2023
6 checks passed
@yabinmeng yabinmeng deleted the rm-docker-metrics branch October 6, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants