We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2c788 commit 4b3179dCopy full SHA for 4b3179d
perfrunner/tests/n1ql.py
@@ -16,6 +16,8 @@ class N1QLTest(PerfTest):
16
'n1ql_latency': True,
17
'n1ql_stats': True,
18
'secondary_stats': True,
19
+ 'secondary_debugstats': True,
20
+ 'secondary_debugstats_index': True,
21
'ns_server_system': True
22
}
23
@@ -196,6 +198,8 @@ class N1QLThroughputTest(N1QLTest):
196
198
'n1ql_latency': False,
197
199
200
201
202
203
204
205
0 commit comments