Files
cellxgene/server/test/locust/config.py

16 lines
261 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 = [
"GSE60361.cxg",
"WongAdultRetina.cxg",
]