mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 04:38:11 +08:00
22 lines
455 B
Python
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",
|
|
]
|