Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix synmark
Browse files Browse the repository at this point in the history
This seems to have been broken since #6513.
  • Loading branch information
richvdh committed Oct 16, 2020
1 parent d609417 commit feddfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/8571.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix `synmark` benchmark runner.
2 changes: 1 addition & 1 deletion synmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def make_homeserver(reactor, config=None):
config_obj = HomeServerConfig()
config_obj.parse_config_dict(config, "", "")

hs = await setup_test_homeserver(
hs = setup_test_homeserver(
cleanup_tasks.append, config=config_obj, reactor=reactor, clock=clock
)
stor = hs.get_datastore()
Expand Down

0 comments on commit feddfdd

Please sign in to comment.