Files
cellxgene/server/locust/config.py
T
2020-03-20 14:09:12 -07:00

22 lines
455 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",
"/GSE60361.cxg",
"/Reprogrammed_Dendritic_Cells.cxg",
"/WongAdultRetina.cxg",
]