update locust routes to match new server URL structure (#1321)

This commit is contained in:
Bruce Martin
2020-03-30 16:09:45 -06:00
committed by GitHub
parent 03d7a107bf
commit d4ec976aaa

View File

@@ -10,12 +10,12 @@ Locust test config
# 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",
"/d/pbmc3k.cxg",
"/d/TM_droplet_processed.cxg",
"/d/pancreas.cxg",
"/d/immune_bone_marrow_processed.cxg",
"/d/10X_mouse_13MM_processed.cxg",
"/d/GSE60361.cxg",
"/d/Reprogrammed_Dendritic_Cells.cxg",
"/d/WongAdultRetina.cxg",
]