Skip to content

Commit d8573d3

Browse files
Fixed export_redis_metrics argument passing (#268)
* Fixed export_redis_metrics argument passing * Bumping version from 0.6.7 to 0.6.8
1 parent 4659c10 commit d8573d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "README.md"

redisbench_admin/run_remote/run_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,6 @@ def run_remote_command_logic(args, project_name, project_version):
517517
overall_end_time_metrics,
518518
) = collect_redis_metrics(redis_conns)
519519
export_redis_metrics(
520-
args,
521520
artifact_version,
522521
end_time_ms,
523522
overall_end_time_metrics,

0 commit comments

Comments
 (0)