Skip to content

Commit 6219a9f

Browse files
committed
Update performance test results [skip ci]
1 parent 9d04341 commit 6219a9f

1 file changed

Lines changed: 53 additions & 57 deletions

File tree

performance.md

Lines changed: 53 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# VFBquery Performance Test Results
22

3-
**Test Date:** 2026-03-12 00:30:38 UTC
4-
**Git Commit:** 8a064ca7e13d9fd00d4b7db0dccc0b7d4c35afb6
3+
**Test Date:** 2026-03-12 04:08:32 UTC
4+
**Git Commit:** 9d04341933ac95062745b608d9b3c763fd397ec1
55
**Branch:** main
6-
**Workflow Run:** [22980993323](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/22980993323)
6+
**Workflow Run:** [22986107998](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/22986107998)
77

88
## Test Overview
99

@@ -111,23 +111,14 @@ Test scRNAseq transcriptomics queries ... ok
111111
test_12_nblast_queries (src.test.test_query_performance.QueryPerformanceTest)
112112
Test NBLAST similarity queries ... ok
113113
test_13_dataset_template_queries (src.test.test_query_performance.QueryPerformanceTest)
114-
Test dataset and template queries ... FAIL
114+
Test dataset and template queries ... ok
115115
test_14_publication_transgene_queries (src.test.test_query_performance.QueryPerformanceTest)
116116
Test 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
121118
----------------------------------------------------------------------
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: 4.292314529418945 not less than 3.0 : AllAlignedImages exceeded threshold
119+
Ran 15 tests in 73.551s
126120
127-
----------------------------------------------------------------------
128-
Ran 15 tests in 74.410s
129-
130-
FAILED (failures=1)
121+
OK
131122
VFBquery functions patched with caching support
132123
VFBquery: SOLR caching enabled by default (3-month TTL)
133124
Disable with: export VFBQUERY_CACHE_ENABLED=false
@@ -137,113 +128,118 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
137128
================================================================================
138129
TERM INFO QUERIES
139130
================================================================================
140-
get_term_info (mushroom body): 2.0009s
141-
get_term_info (individual): 1.9660s
131+
get_term_info (mushroom body): 1.8556s
132+
get_term_info (individual): 1.6380s
142133
143134
================================================================================
144135
NEURON PART OVERLAP QUERIES
145136
================================================================================
146-
NeuronsPartHere: 2.3986s
137+
NeuronsPartHere: 2.0477s
147138
148139
================================================================================
149140
SYNAPTIC TERMINAL QUERIES
150141
================================================================================
151-
NeuronsSynaptic: 2.0240s
152-
NeuronsPresynapticHere: 1.7245s
153-
NeuronsPostsynapticHere: 2.0878s
154-
NeuronNeuronConnectivity: 1.6826s
142+
NeuronsSynaptic: 1.5014s
143+
NeuronsPresynapticHere: 1.9051s
144+
NeuronsPostsynapticHere: 1.7048s
145+
NeuronNeuronConnectivity: 1.7433s
155146
156147
================================================================================
157148
ANATOMICAL HIERARCHY QUERIES
158149
================================================================================
159-
ComponentsOf: 1.6804s
160-
PartsOf: 1.6767s
161-
SubclassesOf: 1.6773s
150+
ComponentsOf: 1.2260s
151+
PartsOf: 1.5777s
152+
SubclassesOf: 1.2351s
162153
163154
================================================================================
164155
TRACT/NERVE AND LINEAGE QUERIES
165156
================================================================================
166-
NeuronClassesFasciculatingHere: 1.6855s
167-
TractsNervesInnervatingHere: 1.6784s
168-
LineageClonesIn: 1.6733s
157+
NeuronClassesFasciculatingHere: 1.2614s
158+
TractsNervesInnervatingHere: 1.5402s
159+
LineageClonesIn: 1.3502s
169160
170161
================================================================================
171162
IMAGE AND DEVELOPMENTAL QUERIES
172163
================================================================================
173-
ImagesNeurons: 2.8920s
174-
ImagesThatDevelopFrom: 6.7490s
175-
epFrag: 1.6734s
164+
ImagesNeurons: 2.4261s
165+
ImagesThatDevelopFrom: 1.3782s
166+
epFrag: 1.4841s
176167
177168
================================================================================
178169
INSTANCE QUERIES
179170
================================================================================
180-
ListAllAvailableImages: 1.6909s
171+
ListAllAvailableImages: 1.2512s
181172
182173
================================================================================
183174
CONNECTIVITY QUERIES
184175
================================================================================
185-
NeuronNeuronConnectivityQuery: 1.6867s
186-
NeuronRegionConnectivityQuery: 1.6768s
176+
NeuronNeuronConnectivityQuery: 1.2719s
177+
NeuronRegionConnectivityQuery: 1.2731s
187178
188179
================================================================================
189180
SIMILARITY QUERIES (Neo4j NBLAST)
190181
================================================================================
191-
SimilarMorphologyTo: 0.9059s
182+
SimilarMorphologyTo: 0.6646s
192183
193184
================================================================================
194185
NEURON INPUT QUERIES (Neo4j)
195186
================================================================================
196-
NeuronInputsTo: 2.9903s
187+
NeuronInputsTo: 5.1522s
197188
198189
================================================================================
199190
EXPRESSION PATTERN QUERIES (Neo4j)
200191
================================================================================
201-
ExpressionOverlapsHere: 1.2207s
192+
ExpressionOverlapsHere: 0.9269s
202193
└─ Found 3922 total expression patterns, returned 10
203194
204195
================================================================================
205196
TRANSCRIPTOMICS QUERIES (Neo4j scRNAseq)
206197
================================================================================
207-
anatScRNAseqQuery: 0.9824s
198+
anatScRNAseqQuery: 0.6264s
208199
└─ Found 57 total clusters, returned 10
209-
clusterExpression: 0.8295s
200+
clusterExpression: 6.7040s
210201
└─ Found 4588 genes expressed, returned 10
211-
expressionCluster: 0.8158s
202+
expressionCluster: 0.6950s
212203
└─ Found 9 clusters expressing gene
213-
scRNAdatasetData: 0.7130s
204+
scRNAdatasetData: 0.8030s
214205
└─ Found 13 clusters in dataset, returned 10
215206
216207
================================================================================
217208
NBLAST SIMILARITY QUERIES
218209
================================================================================
219-
SimilarMorphologyTo: 1.0058s
210+
SimilarMorphologyTo: 0.8279s
220211
└─ Found 215 NBLAST matches, returned 10
221-
SimilarMorphologyToPartOf: 0.6594s
212+
SimilarMorphologyToPartOf: 0.5980s
222213
└─ Found 0 NBLASTexp matches
223-
SimilarMorphologyToPartOfexp: 0.9036s
214+
SimilarMorphologyToPartOfexp: 0.6737s
224215
└─ Found 0 reverse NBLASTexp matches
225-
SimilarMorphologyToNB: 0.9252s
216+
SimilarMorphologyToNB: 0.6534s
226217
└─ Found 15 NeuronBridge matches, returned 10
227-
SimilarMorphologyToNBexp: 0.6575s
218+
SimilarMorphologyToNBexp: 0.6303s
228219
└─ Found 15 NeuronBridge expression matches, returned 10
229220
✅ All NBLAST similarity queries completed
230221
231222
================================================================================
232223
DATASET/TEMPLATE QUERIES
233224
================================================================================
234-
PaintedDomains: 0.9625s
225+
PaintedDomains: 0.6446s
235226
└─ Found 46 painted domains, returned 10
236-
DatasetImages: 0.6667s
227+
DatasetImages: 0.7595s
237228
└─ Found 46 images in dataset, returned 10
238-
AllAlignedImages: 4.2923s
229+
AllAlignedImages: 2.9863s
239230
└─ Found 546915 aligned images, returned 10
231+
AlignedDatasets: 0.6395s ✅
232+
└─ Found 72 aligned datasets, returned 10
233+
AllDatasets: 0.7460s ✅
234+
└─ Found 128 total datasets, returned 20
235+
✅ All dataset/template queries completed
240236
241237
================================================================================
242238
PUBLICATION/TRANSGENE QUERIES
243239
================================================================================
244-
TermsForPub: 0.8423s
240+
TermsForPub: 0.6082s
245241
└─ Found 2 terms for publication
246-
TransgeneExpressionHere: 1.6237s
242+
TransgeneExpressionHere: 2.2009s
247243
└─ Found 2350 transgene expressions, returned 10
248244
✅ All publication/transgene queries completed
249245
@@ -256,7 +252,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
256252
Performance test for specific term info queries. ... ok
257253
258254
----------------------------------------------------------------------
259-
Ran 1 test in 3.398s
255+
Ran 1 test in 2.536s
260256
261257
OK
262258
VFBquery functions patched with caching support
@@ -266,10 +262,10 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
266262
==================================================
267263
Performance Test Results:
268264
==================================================
269-
FBbt_00003748 query took: 1.6994 seconds
270-
VFB_00101567 query took: 1.6986 seconds
271-
Total time for both queries: 3.3981 seconds
272-
Performance Level: 🟠 Acceptable (3-6 seconds)
265+
FBbt_00003748 query took: 1.2508 seconds
266+
VFB_00101567 query took: 1.2851 seconds
267+
Total time for both queries: 2.5358 seconds
268+
Performance Level: 🟡 Good (1.5-3 seconds)
273269
==================================================
274270
Performance test completed successfully!
275271
```
@@ -287,4 +283,4 @@ Track performance trends across commits:
287283
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
288284

289285
---
290-
*Last updated: 2026-03-12 00:30:38 UTC*
286+
*Last updated: 2026-03-12 04:08:32 UTC*

0 commit comments

Comments
 (0)