diff --git a/dimos/protocol/pubsub/benchmark/testdata.py b/dimos/protocol/pubsub/benchmark/testdata.py index e9190ad70e..beb140227f 100644 --- a/dimos/protocol/pubsub/benchmark/testdata.py +++ b/dimos/protocol/pubsub/benchmark/testdata.py @@ -101,12 +101,12 @@ def memory_msggen(size: int) -> tuple[str, Any]: return ("benchmark/memory", make_data_image(size)) -testcases.append( - Case( - pubsub_context=memory_pubsub_channel, - msg_gen=memory_msggen, - ) -) +# testcases.append( +# Case( +# pubsub_context=memory_pubsub_channel, +# msg_gen=memory_msggen, +# ) +# ) @contextmanager