mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 05:58:12 +08:00
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
16 lines
261 B
Python
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",
|
|
]
|