mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 08:28:11 +08:00
19 lines
365 B
Python
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",
|
|
]
|