Skip to content

Fix for TypeError in self-coordinator #224

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

Merged
merged 1 commit into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
extract_testsuites,
reset_commandstats,
exporter_datasink_common,
execute_init_commands,
)
from redis_benchmarks_specification.__runner__.runner import (
print_results_table_stdout,
Expand All @@ -54,7 +55,6 @@
from redisbench_admin.run.common import (
get_start_time_vars,
prepare_benchmark_parameters,
execute_init_commands,
)
from redisbench_admin.run.grafana import generate_artifacts_table_grafana_redis
from redisbench_admin.run.redistimeseries import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: "Runs the default redis-benchmark test suite, for a keyspace length
with a data size of 100 Bytes for each key. On total 50 concurrent connections
will be used, sending 1M requests."
dbconfig:
- configuration-parameters:
- save: '""'
configuration-parameters:
save: '""'
tested-commands:
- PING
- SET
Expand Down