Files
cellxgene/server/locust/config.py
T
Bruce Martin 38c4ecac8c locust load test script (#1244)
* initial version of a locustfile driver

* README
2020-03-18 11:27:07 -07:00

19 lines
365 B
Python

"""
Locust test config
"""
""" Data routes that will be tested """
# single dataset, for non-dataroot tests
# DataSets = [""]
# multi-dataset, for dataroot tests. these are varied in size/shape
DataSets = [
"/pbmc3k.cxg",
"/TM_droplet_processed.cxg",
"/pancreas.cxg",
"/immune_bone_marrow_processed.cxg",
"/10x_mouse_13MM_processed.cxg",
]