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

Enable time based benchmarks on redis-benchmark-go #23

Open
filipecosta90 opened this issue Jun 21, 2023 · 1 comment
Open

Enable time based benchmarks on redis-benchmark-go #23

filipecosta90 opened this issue Jun 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@filipecosta90
Copy link
Collaborator

filipecosta90 commented Jun 21, 2023

We should support time-based benchmarks ( and not only operation count based benchmarks ).
We should have the same look and feel as memtier_benchmark, meaning it's mandatory that the flag is --test-time.

--test-time=SECS           Number of seconds to run the test
@filipecosta90 filipecosta90 added the enhancement New feature or request label Jun 21, 2023
@ninuxer
Copy link

ninuxer commented Nov 6, 2023

I did this by running this command

timeout -s SIGINT ${YOUR SECS} redis-benchmark-go -l

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

No branches or pull requests

2 participants