diff --git a/tests/mgbench/helpers.py b/tests/mgbench/helpers.py index b46e51db4..8a122b9e0 100644 --- a/tests/mgbench/helpers.py +++ b/tests/mgbench/helpers.py @@ -118,3 +118,6 @@ class Cache: def save_config(self, config): with open(self._config, "w") as f: json.dump(config.get_data(), f) + + +# Comment to force github workflow