mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-17 13:58:00 +08:00
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",
|
|
]
|