We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23558b commit a797262Copy full SHA for a797262
1 file changed
tests/unit/test_policy_performance.py
@@ -6,6 +6,8 @@
6
import statistics
7
from unittest.mock import Mock
8
9
+"A micro-bechmark for performance of policies"
10
+
11
from cassandra.policies import (
12
DCAwareRoundRobinPolicy,
13
RackAwareRoundRobinPolicy,
0 commit comments