Skip to content

Commit 80e0b5a

Browse files
committed
Update performance test results [skip ci]
1 parent 54763d6 commit 80e0b5a

1 file changed

Lines changed: 48 additions & 48 deletions

File tree

performance.md

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

3-
**Test Date:** 2026-03-28 04:13:30 UTC
4-
**Git Commit:** a105e6b60155cfc243146f569525d5040374d830
3+
**Test Date:** 2026-03-29 04:33:28 UTC
4+
**Git Commit:** 54763d6208527f9793476776e655e440d6140539
55
**Branch:** main
6-
**Workflow Run:** [23677191753](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/23677191753)
6+
**Workflow Run:** [23701409916](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/23701409916)
77

88
## Test Overview
99

@@ -122,10 +122,10 @@ Test dataset and template queries
122122
Traceback (most recent call last):
123123
File "/home/runner/work/VFBquery/VFBquery/src/test/test_query_performance.py", line 660, in test_13_dataset_template_queries
124124
self.assertLess(duration, self.THRESHOLD_MEDIUM, "AllAlignedImages exceeded threshold")
125-
AssertionError: 3.070275068283081 not less than 3.0 : AllAlignedImages exceeded threshold
125+
AssertionError: 4.3461339473724365 not less than 3.0 : AllAlignedImages exceeded threshold
126126
127127
----------------------------------------------------------------------
128-
Ran 15 tests in 80.383s
128+
Ran 15 tests in 112.296s
129129
130130
FAILED (failures=1)
131131
VFBquery functions patched with caching support
@@ -137,114 +137,114 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
137137
================================================================================
138138
TERM INFO QUERIES
139139
================================================================================
140-
get_term_info (mushroom body): 2.0812s
141-
get_term_info (individual): 2.4498s
140+
get_term_info (mushroom body): 2.6953s
141+
get_term_info (individual): 3.1864s
142142
143143
================================================================================
144144
NEURON PART OVERLAP QUERIES
145145
================================================================================
146-
NeuronsPartHere: 2.0685s
146+
NeuronsPartHere: 3.0109s
147147
148148
================================================================================
149149
SYNAPTIC TERMINAL QUERIES
150150
================================================================================
151-
NeuronsSynaptic: 1.9458s
152-
NeuronsPresynapticHere: 1.2861s
153-
NeuronsPostsynapticHere: 1.9960s
154-
NeuronNeuronConnectivity: 1.5480s
151+
NeuronsSynaptic: 2.6924s
152+
NeuronsPresynapticHere: 2.3377s
153+
NeuronsPostsynapticHere: 2.4435s
154+
NeuronNeuronConnectivity: 2.3299s
155155
156156
================================================================================
157157
ANATOMICAL HIERARCHY QUERIES
158158
================================================================================
159-
ComponentsOf: 1.4206s
160-
PartsOf: 1.4419s
161-
SubclassesOf: 1.4328s
159+
ComponentsOf: 2.0527s
160+
PartsOf: 2.1265s
161+
SubclassesOf: 2.1037s
162162
163163
================================================================================
164164
TRACT/NERVE AND LINEAGE QUERIES
165165
================================================================================
166-
NeuronClassesFasciculatingHere: 1.5297s
167-
TractsNervesInnervatingHere: 1.2061s
168-
LineageClonesIn: 1.4316s
166+
NeuronClassesFasciculatingHere: 1.9779s
167+
TractsNervesInnervatingHere: 1.9516s
168+
LineageClonesIn: 1.9718s
169169
170170
================================================================================
171171
IMAGE AND DEVELOPMENTAL QUERIES
172172
================================================================================
173-
ImagesNeurons: 2.1308s
174-
ImagesThatDevelopFrom: 1.2312s
175-
epFrag: 1.1925s
173+
ImagesNeurons: 3.3161s
174+
ImagesThatDevelopFrom: 1.9902s
175+
epFrag: 1.9994s
176176
177177
================================================================================
178178
INSTANCE QUERIES
179179
================================================================================
180-
ListAllAvailableImages: 1.3355s
180+
ListAllAvailableImages: 1.9604s
181181
182182
================================================================================
183183
CONNECTIVITY QUERIES
184184
================================================================================
185-
NeuronNeuronConnectivityQuery: 1.1948s
186-
NeuronRegionConnectivityQuery: 1.1762s
185+
NeuronNeuronConnectivityQuery: 1.9826s
186+
NeuronRegionConnectivityQuery: 1.9385s
187187
188188
================================================================================
189189
SIMILARITY QUERIES (Neo4j NBLAST)
190190
================================================================================
191-
SimilarMorphologyTo: 1.2121s
191+
SimilarMorphologyTo: 1.0329s
192192
193193
================================================================================
194194
NEURON INPUT QUERIES (Neo4j)
195195
================================================================================
196-
NeuronInputsTo: 3.0501s
196+
NeuronInputsTo: 3.4434s
197197
198198
================================================================================
199199
EXPRESSION PATTERN QUERIES (Neo4j)
200200
================================================================================
201-
ExpressionOverlapsHere: 0.8907s
201+
ExpressionOverlapsHere: 1.3878s
202202
└─ Found 3922 total expression patterns, returned 10
203203
204204
================================================================================
205205
TRANSCRIPTOMICS QUERIES (Neo4j scRNAseq)
206206
================================================================================
207-
anatScRNAseqQuery: 0.6831s
207+
anatScRNAseqQuery: 0.9914s
208208
└─ Found 57 total clusters, returned 10
209-
clusterExpression: 17.6260s
209+
clusterExpression: 19.0376s
210210
└─ Found 4588 genes expressed, returned 10
211-
clusterExpression: Skipped (test data may not exist): 17.62600088119507 not less than 15.0 : clusterExpression exceeded threshold
212-
expressionCluster: 0.7122s
211+
clusterExpression: Skipped (test data may not exist): 19.03756356239319 not less than 15.0 : clusterExpression exceeded threshold
212+
expressionCluster: 0.9370s
213213
└─ Found 9 clusters expressing gene
214-
scRNAdatasetData: 0.7373s
214+
scRNAdatasetData: 1.3417s
215215
└─ Found 13 clusters in dataset, returned 10
216216
217217
================================================================================
218218
NBLAST SIMILARITY QUERIES
219219
================================================================================
220-
SimilarMorphologyTo: 2.4418s
220+
SimilarMorphologyTo: 1.0788s
221221
└─ Found 215 NBLAST matches, returned 10
222-
SimilarMorphologyToPartOf: 0.5916s
222+
SimilarMorphologyToPartOf: 0.9343s
223223
└─ Found 0 NBLASTexp matches
224-
SimilarMorphologyToPartOfexp: 0.6663s
224+
SimilarMorphologyToPartOfexp: 0.8727s
225225
└─ Found 0 reverse NBLASTexp matches
226-
SimilarMorphologyToNB: 0.8993s
226+
SimilarMorphologyToNB: 1.1481s
227227
└─ Found 15 NeuronBridge matches, returned 10
228-
SimilarMorphologyToNBexp: 0.5833s
228+
SimilarMorphologyToNBexp: 1.1541s
229229
└─ Found 15 NeuronBridge expression matches, returned 10
230230
✅ All NBLAST similarity queries completed
231231
232232
================================================================================
233233
DATASET/TEMPLATE QUERIES
234234
================================================================================
235-
PaintedDomains: 0.5878s
235+
PaintedDomains: 0.9659s
236236
└─ Found 46 painted domains, returned 10
237-
DatasetImages: 0.8914s
237+
DatasetImages: 1.0821s
238238
└─ Found 46 images in dataset, returned 10
239-
AllAlignedImages: 3.0703s
239+
AllAlignedImages: 4.3461s
240240
└─ Found 527179 aligned images, returned 10
241241
242242
================================================================================
243243
PUBLICATION/TRANSGENE QUERIES
244244
================================================================================
245-
TermsForPub: 0.5814s
245+
TermsForPub: 0.9721s
246246
└─ Found 2 terms for publication
247-
TransgeneExpressionHere: 1.9342s
247+
TransgeneExpressionHere: 4.2474s
248248
└─ Found 2340 transgene expressions, returned 10
249249
✅ All publication/transgene queries completed
250250
@@ -257,7 +257,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
257257
Performance test for specific term info queries. ... ok
258258
259259
----------------------------------------------------------------------
260-
Ran 1 test in 2.446s
260+
Ran 1 test in 3.982s
261261
262262
OK
263263
VFBquery functions patched with caching support
@@ -267,10 +267,10 @@ VFBquery: SOLR caching enabled by default (3-month TTL)
267267
==================================================
268268
Performance Test Results:
269269
==================================================
270-
FBbt_00003748 query took: 1.2098 seconds
271-
VFB_00101567 query took: 1.2360 seconds
272-
Total time for both queries: 2.4458 seconds
273-
Performance Level: 🟡 Good (1.5-3 seconds)
270+
FBbt_00003748 query took: 1.9763 seconds
271+
VFB_00101567 query took: 2.0057 seconds
272+
Total time for both queries: 3.9820 seconds
273+
Performance Level: 🟠 Acceptable (3-6 seconds)
274274
==================================================
275275
Performance test completed successfully!
276276
```
@@ -288,4 +288,4 @@ Track performance trends across commits:
288288
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
289289

290290
---
291-
*Last updated: 2026-03-28 04:13:30 UTC*
291+
*Last updated: 2026-03-29 04:33:28 UTC*

0 commit comments

Comments
 (0)