Skip to content

Commit

Permalink
fix(microbenchmark): switch ES index
Browse files Browse the repository at this point in the history
Recently cpu settings were changed for microbenchmark tests:
scylladb/scylla-pkg#3618
Because of that, historical perf results are not relevant.

Switch ES index so we make comparisons to results with the same CPU
settings.
  • Loading branch information
soyacz authored and fruch committed Oct 24, 2023
1 parent 1356ec3 commit a5c997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcm/microbenchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
LOGGER = logging.getLogger("microbenchmarking")
LOGGER.setLevel(logging.DEBUG)

MICROBENCHMARK_INDEX_NAME = 'microbenchmarkingv2'
MICROBENCHMARK_INDEX_NAME = 'microbenchmarkingv3'


@contextlib.contextmanager
Expand Down

0 comments on commit a5c997d

Please sign in to comment.