Skip to content

Commit eb2aad3

Browse files
committed
Update performance test results [skip ci]
1 parent 55239bc commit eb2aad3

1 file changed

Lines changed: 101 additions & 23 deletions

File tree

performance.md

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

3-
**Test Date:** 2025-11-17 15:03:03 UTC
4-
**Git Commit:** 3638c79aae579806ec1bc3f8e5698b5fda8a2182
3+
**Test Date:** 2025-11-17 15:12:48 UTC
4+
**Git Commit:** 55239bcafa1a2b2dd259067b9774dbb27cebda02
55
**Branch:** dev
6-
**Workflow Run:** [19434068394](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19434068394)
6+
**Workflow Run:** [19434369380](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19434369380)
77

88
## Test Overview
99

@@ -116,7 +116,7 @@ test_14_publication_transgene_queries (src.test.test_query_performance.QueryPerf
116116
Test publication and transgene queries ... ok
117117
118118
----------------------------------------------------------------------
119-
Ran 15 tests in 47.104s
119+
Ran 15 tests in 56.024s
120120
121121
OK
122122
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -133,43 +133,121 @@ TERM INFO QUERIES
133133
DEBUG: Cache lookup for FBbt_00003748: MISS
134134
✅ Neo4j connection established
135135
✅ Neo4j connection established
136-
get_term_info (mushroom body): 3.8586s
136+
get_term_info (mushroom body): 4.4500s
137137
DEBUG: Cache lookup for VFB_00101567: MISS
138-
get_term_info (individual): 2.4280s
138+
get_term_info (individual): 2.7713s
139139
140140
================================================================================
141141
NEURON PART OVERLAP QUERIES
142142
================================================================================
143-
NeuronsPartHere: 1.1175s
143+
NeuronsPartHere: 1.3307s
144144
145145
================================================================================
146146
SYNAPTIC TERMINAL QUERIES
147147
================================================================================
148-
NeuronsSynaptic: 1.2488s
149-
NeuronsPresynapticHere: 0.8196s
150-
NeuronsPostsynapticHere: 0.9611s
151-
NeuronNeuronConnectivity: 0.8493s
148+
NeuronsSynaptic: 1.3292s
149+
NeuronsPresynapticHere: 0.9733s
150+
NeuronsPostsynapticHere: 1.6049s
151+
NeuronNeuronConnectivity: 1.2862s
152152
153153
================================================================================
154154
ANATOMICAL HIERARCHY QUERIES
155155
================================================================================
156-
ComponentsOf: 0.8437s
157-
PartsOf: 0.8280s
158-
SubclassesOf: 0.8250s
156+
ComponentsOf: 1.0113s
157+
PartsOf: 0.9420s
158+
SubclassesOf: 0.9896s
159159
160+
================================================================================
161+
TRACT/NERVE AND LINEAGE QUERIES
162+
================================================================================
163+
NeuronClassesFasciculatingHere: 0.9949s ✅
164+
TractsNervesInnervatingHere: 0.9717s ✅
165+
LineageClonesIn: 0.9744s ✅
160166
161167
================================================================================
162168
IMAGE AND DEVELOPMENTAL QUERIES
163169
================================================================================
164-
ImagesNeurons: 1.2955s
165-
ImagesThatDevelopFrom: 0.8373s
166-
epFrag: 0.8384s
170+
ImagesNeurons: 1.7031s
171+
ImagesThatDevelopFrom: 1.0207s
172+
epFrag: 0.9848s
167173
168174
================================================================================
169175
INSTANCE QUERIES
170176
================================================================================
171-
ListAllAvailableImages: 0.8244s
177+
ListAllAvailableImages: 0.9847s
172178
179+
================================================================================
180+
CONNECTIVITY QUERIES
181+
================================================================================
182+
NeuronNeuronConnectivityQuery: 0.9838s ✅
183+
NeuronRegionConnectivityQuery: 0.9899s ✅
184+
185+
================================================================================
186+
SIMILARITY QUERIES (Neo4j NBLAST)
187+
================================================================================
188+
SimilarMorphologyTo: 10.7064s ✅
189+
190+
================================================================================
191+
NEURON INPUT QUERIES (Neo4j)
192+
================================================================================
193+
NeuronInputsTo: 3.0624s ✅
194+
195+
================================================================================
196+
EXPRESSION PATTERN QUERIES (Neo4j)
197+
================================================================================
198+
ExpressionOverlapsHere: 0.8797s ✅
199+
└─ Found 3922 total expression patterns, returned 10
200+
201+
================================================================================
202+
TRANSCRIPTOMICS QUERIES (Neo4j scRNAseq)
203+
================================================================================
204+
anatScRNAseqQuery: 1.9657s ✅
205+
└─ Found 0 total clusters
206+
clusterExpression: 0.9284s ✅
207+
└─ Found 0 genes expressed
208+
expressionCluster: 0.8126s ✅
209+
└─ Found 0 clusters expressing gene
210+
scRNAdatasetData: 0.7832s ✅
211+
└─ Found 0 clusters in dataset
212+
213+
================================================================================
214+
NBLAST SIMILARITY QUERIES
215+
================================================================================
216+
SimilarMorphologyTo: 1.0357s ✅
217+
└─ Found 227 NBLAST matches, returned 10
218+
SimilarMorphologyToPartOf: 0.7459s ✅
219+
└─ Found 0 NBLASTexp matches
220+
SimilarMorphologyToPartOfexp: 0.7413s ✅
221+
└─ Found 0 reverse NBLASTexp matches
222+
SimilarMorphologyToNB: 0.7566s ✅
223+
└─ Found 15 NeuronBridge matches, returned 10
224+
SimilarMorphologyToNBexp: 0.7590s ✅
225+
└─ Found 15 NeuronBridge expression matches, returned 10
226+
✅ All NBLAST similarity queries completed
227+
228+
================================================================================
229+
DATASET/TEMPLATE QUERIES
230+
================================================================================
231+
PaintedDomains: 0.7764s ✅
232+
└─ Found 0 painted domains
233+
DatasetImages: 0.7719s ✅
234+
└─ Found 0 images in dataset
235+
AllAlignedImages: 0.7667s ✅
236+
└─ Found 0 aligned images
237+
AlignedDatasets: 1.0407s ✅
238+
└─ Found 0 aligned datasets
239+
AllDatasets: 1.6064s ✅
240+
└─ Found 115 total datasets, returned 20
241+
✅ All dataset/template queries completed
242+
243+
================================================================================
244+
PUBLICATION/TRANSGENE QUERIES
245+
================================================================================
246+
TermsForPub: 0.7151s ✅
247+
└─ Found 0 terms for publication
248+
TransgeneExpressionHere: 0.8691s ✅
249+
└─ Found 2339 transgene expressions, returned 10
250+
✅ All publication/transgene queries completed
173251
174252
================================================================================
175253
PERFORMANCE TEST SUMMARY
@@ -180,7 +258,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
180258
Performance test for specific term info queries. ... ok
181259
182260
----------------------------------------------------------------------
183-
Ran 1 test in 1.661s
261+
Ran 1 test in 1.966s
184262
185263
OK
186264
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -195,9 +273,9 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
195273
==================================================
196274
Performance Test Results:
197275
==================================================
198-
FBbt_00003748 query took: 0.8333 seconds
199-
VFB_00101567 query took: 0.8270 seconds
200-
Total time for both queries: 1.6603 seconds
276+
FBbt_00003748 query took: 0.9829 seconds
277+
VFB_00101567 query took: 0.9828 seconds
278+
Total time for both queries: 1.9656 seconds
201279
Performance Level: 🟡 Good (1.5-3 seconds)
202280
==================================================
203281
Performance test completed successfully!
@@ -216,4 +294,4 @@ Track performance trends across commits:
216294
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
217295

218296
---
219-
*Last updated: 2025-11-17 15:03:03 UTC*
297+
*Last updated: 2025-11-17 15:12:48 UTC*

0 commit comments

Comments
 (0)