11# VFBquery Performance Test Results
22
3- ** Test Date:** 2026-03-31 04:31:39 UTC
4- ** Git Commit:** 19607cbc7397bdbb382ff7c7bb02b47714149f19
3+ ** Test Date:** 2026-04-01 04:43:14 UTC
4+ ** Git Commit:** f9f60cde984fc78174997656e69a23e5bf12c214
55** Branch:** main
6- ** Workflow Run:** [ 23780502292 ] ( https://github.com/VirtualFlyBrain/VFBquery/actions/runs/23780502292 )
6+ ** Workflow Run:** [ 23832250916 ] ( https://github.com/VirtualFlyBrain/VFBquery/actions/runs/23832250916 )
77
88## Test Overview
99
@@ -111,14 +111,23 @@ Test scRNAseq transcriptomics queries ... ok
111111test_12_nblast_queries (src.test.test_query_performance.QueryPerformanceTest)
112112Test NBLAST similarity queries ... ok
113113test_13_dataset_template_queries (src.test.test_query_performance.QueryPerformanceTest)
114- Test dataset and template queries ... ok
114+ Test dataset and template queries ... FAIL
115115test_14_publication_transgene_queries (src.test.test_query_performance.QueryPerformanceTest)
116116Test publication and transgene queries ... ok
117117
118+ ======================================================================
119+ FAIL: test_13_dataset_template_queries (src.test.test_query_performance.QueryPerformanceTest)
120+ Test dataset and template queries
118121----------------------------------------------------------------------
119- Ran 15 tests in 79.293s
122+ Traceback (most recent call last):
123+ File "/home/runner/work/VFBquery/VFBquery/src/test/test_query_performance.py", line 660, in test_13_dataset_template_queries
124+ self.assertLess(duration, self.THRESHOLD_MEDIUM, "AllAlignedImages exceeded threshold")
125+ AssertionError: 3.8192267417907715 not less than 3.0 : AllAlignedImages exceeded threshold
120126
121- OK
127+ ----------------------------------------------------------------------
128+ Ran 15 tests in 76.811s
129+
130+ FAILED (failures=1)
122131VFBquery functions patched with caching support
123132VFBquery: SOLR caching enabled by default (3-month TTL)
124133 Disable with: export VFBQUERY_CACHE_ENABLED=false
@@ -128,118 +137,113 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
128137================================================================================
129138TERM INFO QUERIES
130139================================================================================
131- get_term_info (mushroom body): 2.3748s ✅
132- get_term_info (individual): 2.1082s ✅
140+ get_term_info (mushroom body): 1.9323s ✅
141+ get_term_info (individual): 1.8499s ✅
133142
134143================================================================================
135144NEURON PART OVERLAP QUERIES
136145================================================================================
137- NeuronsPartHere: 2.1396s ✅
146+ NeuronsPartHere: 2.3689s ✅
138147
139148================================================================================
140149SYNAPTIC TERMINAL QUERIES
141150================================================================================
142- NeuronsSynaptic: 6.1987s ✅
143- NeuronsPresynapticHere: 1.8091s ✅
144- NeuronsPostsynapticHere: 1.9116s ✅
145- NeuronNeuronConnectivity: 1.8353s ✅
151+ NeuronsSynaptic: 2.1972s ✅
152+ NeuronsPresynapticHere: 1.7713s ✅
153+ NeuronsPostsynapticHere: 1.7319s ✅
154+ NeuronNeuronConnectivity: 1.4468s ✅
146155
147156================================================================================
148157ANATOMICAL HIERARCHY QUERIES
149158================================================================================
150- ComponentsOf: 1.3911s ✅
151- PartsOf: 1.5570s ✅
152- SubclassesOf: 1.5516s ✅
159+ ComponentsOf: 1.6386s ✅
160+ PartsOf: 1.4635s ✅
161+ SubclassesOf: 1.5483s ✅
153162
154163================================================================================
155164TRACT/NERVE AND LINEAGE QUERIES
156165================================================================================
157- NeuronClassesFasciculatingHere: 1.9815s ✅
158- TractsNervesInnervatingHere: 1.3888s ✅
159- LineageClonesIn: 1.6275s ✅
166+ NeuronClassesFasciculatingHere: 1.4331s ✅
167+ TractsNervesInnervatingHere: 1.5008s ✅
168+ LineageClonesIn: 1.4116s ✅
160169
161170================================================================================
162171IMAGE AND DEVELOPMENTAL QUERIES
163172================================================================================
164- ImagesNeurons: 2.4161s ✅
165- ImagesThatDevelopFrom: 1.3548s ✅
166- epFrag: 1.2009s ✅
173+ ImagesNeurons: 2.4760s ✅
174+ ImagesThatDevelopFrom: 1.4780s ✅
175+ epFrag: 1.4537s ✅
167176
168177================================================================================
169178INSTANCE QUERIES
170179================================================================================
171- ListAllAvailableImages: 1.4171s ✅
180+ ListAllAvailableImages: 1.4061s ✅
172181
173182================================================================================
174183CONNECTIVITY QUERIES
175184================================================================================
176- NeuronNeuronConnectivityQuery: 1.4882s ✅
177- NeuronRegionConnectivityQuery: 1.4498s ✅
185+ NeuronNeuronConnectivityQuery: 1.5688s ✅
186+ NeuronRegionConnectivityQuery: 1.4089s ✅
178187
179188================================================================================
180189SIMILARITY QUERIES (Neo4j NBLAST)
181190================================================================================
182- SimilarMorphologyTo: 0.7463s ✅
191+ SimilarMorphologyTo: 0.8518s ✅
183192
184193================================================================================
185194NEURON INPUT QUERIES (Neo4j)
186195================================================================================
187- NeuronInputsTo: 3.4468s ✅
196+ NeuronInputsTo: 3.4216s ✅
188197
189198================================================================================
190199EXPRESSION PATTERN QUERIES (Neo4j)
191200================================================================================
192- ExpressionOverlapsHere: 1.1185s ✅
201+ ExpressionOverlapsHere: 1.0577s ✅
193202 └─ Found 3922 total expression patterns, returned 10
194203
195204================================================================================
196205TRANSCRIPTOMICS QUERIES (Neo4j scRNAseq)
197206================================================================================
198- anatScRNAseqQuery: 0.7392s ✅
207+ anatScRNAseqQuery: 0.6993s ✅
199208 └─ Found 57 total clusters, returned 10
200- clusterExpression: 7.0985s ✅
209+ clusterExpression: 5.5531s ✅
201210 └─ Found 4588 genes expressed, returned 10
202- expressionCluster: 0.8334s ✅
211+ expressionCluster: 0.8597s ✅
203212 └─ Found 9 clusters expressing gene
204- scRNAdatasetData: 0.6521s ✅
213+ scRNAdatasetData: 0.7192s ✅
205214 └─ Found 13 clusters in dataset, returned 10
206215
207216================================================================================
208217NBLAST SIMILARITY QUERIES
209218================================================================================
210- SimilarMorphologyTo: 0.9618s ✅
219+ SimilarMorphologyTo: 7.0835s ✅
211220 └─ Found 215 NBLAST matches, returned 10
212- SimilarMorphologyToPartOf: 0.6648s ✅
221+ SimilarMorphologyToPartOf: 0.7181s ✅
213222 └─ Found 0 NBLASTexp matches
214- SimilarMorphologyToPartOfexp: 0.5787s ✅
223+ SimilarMorphologyToPartOfexp: 0.5842s ✅
215224 └─ Found 0 reverse NBLASTexp matches
216- SimilarMorphologyToNB: 0.6722s ✅
225+ SimilarMorphologyToNB: 0.6914s ✅
217226 └─ Found 15 NeuronBridge matches, returned 10
218- SimilarMorphologyToNBexp: 0.7052s ✅
227+ SimilarMorphologyToNBexp: 0.5765s ✅
219228 └─ Found 15 NeuronBridge expression matches, returned 10
220229✅ All NBLAST similarity queries completed
221230
222231================================================================================
223232DATASET/TEMPLATE QUERIES
224233================================================================================
225- PaintedDomains: 0.6814s ✅
234+ PaintedDomains: 0.7223s ✅
226235 └─ Found 46 painted domains, returned 10
227- DatasetImages: 1.1304s ✅
236+ DatasetImages: 0.7514s ✅
228237 └─ Found 46 images in dataset, returned 10
229- AllAlignedImages: 2.8151s ✅
238+ AllAlignedImages: 3.8192s ✅
230239 └─ Found 527179 aligned images, returned 10
231- AlignedDatasets: 0.6843s ✅
232- └─ Found 72 aligned datasets, returned 10
233- AllDatasets: 1.1347s ✅
234- └─ Found 130 total datasets, returned 20
235- ✅ All dataset/template queries completed
236240
237241================================================================================
238242PUBLICATION/TRANSGENE QUERIES
239243================================================================================
240- TermsForPub: 0.6277s ✅
244+ TermsForPub: 0.6969s ✅
241245 └─ Found 2 terms for publication
242- TransgeneExpressionHere: 1.3811s ✅
246+ TransgeneExpressionHere: 2.2782s ✅
243247 └─ Found 2340 transgene expressions, returned 10
244248✅ All publication/transgene queries completed
245249
@@ -252,7 +256,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
252256Performance test for specific term info queries. ... ok
253257
254258----------------------------------------------------------------------
255- Ran 1 test in 2.853s
259+ Ran 1 test in 2.885s
256260
257261OK
258262VFBquery functions patched with caching support
@@ -262,9 +266,9 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
262266==================================================
263267Performance Test Results:
264268==================================================
265- FBbt_00003748 query took: 1.5581 seconds
266- VFB_00101567 query took: 1.2945 seconds
267- Total time for both queries: 2.8526 seconds
269+ FBbt_00003748 query took: 1.4615 seconds
270+ VFB_00101567 query took: 1.4227 seconds
271+ Total time for both queries: 2.8842 seconds
268272Performance Level: 🟡 Good (1.5-3 seconds)
269273==================================================
270274Performance test completed successfully!
@@ -283,4 +287,4 @@ Track performance trends across commits:
283287- [ GitHub Actions History] ( https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml )
284288
285289---
286- * Last updated: 2026-03-31 04:31:39 UTC*
290+ * Last updated: 2026-04-01 04:43:14 UTC*
0 commit comments