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

benchmark: expose used namespace as CLI argument #94

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tilpner
Copy link
Contributor

@tilpner tilpner commented Feb 25, 2021

This is a first step to using a user-provided namespace during benchmarking, instead of a constant "benchmark". This means it's now possible to execute two benchmark instances in parallel, without them interfering with each other (otherwise the server will crash currently).

Now, there's probably no good reason to support this for benchmarking purposes, as the numbers won't be reliable for single-client usecases, and it's not convenient to start multiple benchmarks and aggregate results for this to be usable for multi-client benchmarks. And it's incomplete, only the object benchmarks are adapted to use the new parameter.

It's only real usecase is hammering a backend with multiple clients, without them interfering with each other, so feel free to close if that's not something you want julea-benchmark to do.

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