Skip to content

Commit 183cb43

Browse files
committed
Merge branch 'dev' of https://github.com/VirtualFlyBrain/VFBquery into dev
2 parents 312b0f3 + 46c3529 commit 183cb43

1 file changed

Lines changed: 26 additions & 24 deletions

File tree

performance.md

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

3-
**Test Date:** 2025-11-07 08:35:30 UTC
4-
**Git Commit:** 1999824c525ff1df02e5c0fb0033f075bec68bf3
3+
**Test Date:** 2025-11-07 09:46:48 UTC
4+
**Git Commit:** 5962caaae3ec5d56a351fe18fca17d8155e87c95
55
**Branch:** dev
6-
**Workflow Run:** [19162755884](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19162755884)
6+
**Workflow Run:** [19164503614](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19164503614)
77

88
## Test Overview
99

@@ -48,12 +48,12 @@ FAIL: test_01_term_info_queries (src.test.test_query_performance.QueryPerformanc
4848
Test term info query performance
4949
----------------------------------------------------------------------
5050
Traceback (most recent call last):
51-
File "/home/runner/work/VFBquery/VFBquery/src/test/test_query_performance.py", line 94, in test_01_term_info_queries
51+
File "/home/runner/work/VFBquery/VFBquery/src/test/test_query_performance.py", line 96, in test_01_term_info_queries
5252
self.assertLess(duration, self.THRESHOLD_MEDIUM, "term_info query exceeded threshold")
53-
AssertionError: 8.69031310081482 not less than 3.0 : term_info query exceeded threshold
53+
AssertionError: 8.709737539291382 not less than 3.0 : term_info query exceeded threshold
5454
5555
----------------------------------------------------------------------
56-
Ran 6 tests in 16.697s
56+
Ran 6 tests in 17.799s
5757
5858
FAILED (failures=1)
5959
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -65,39 +65,41 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
6565
TERM INFO QUERIES
6666
================================================================================
6767
DEBUG: Cache lookup for FBbt_00003748: MISS
68-
get_term_info (mushroom body): 8.6903s
68+
get_term_info (mushroom body): 8.7097s
6969
7070
================================================================================
7171
NEURON PART OVERLAP QUERIES
7272
================================================================================
73-
NeuronsPartHere: 0.5806s
73+
NeuronsPartHere: 0.5988s
7474
7575
================================================================================
7676
SYNAPTIC TERMINAL QUERIES
7777
================================================================================
78-
NeuronsSynaptic: 0.7537s
79-
NeuronsPresynapticHere: 0.6858s
80-
NeuronsPostsynapticHere: 0.5925s
78+
NeuronsSynaptic: 0.5873s
79+
NeuronsPresynapticHere: 0.5898s
80+
NeuronsPostsynapticHere: 0.9412s
8181
8282
================================================================================
8383
ANATOMICAL HIERARCHY QUERIES
8484
================================================================================
85-
ComponentsOf: 0.5791s
86-
PartsOf: 0.5664s
87-
SubclassesOf: 0.5932s
85+
ComponentsOf: 0.6226s
86+
PartsOf: 0.5803s
87+
SubclassesOf: 0.5887s
8888
8989
================================================================================
9090
NEW QUERIES (2025)
9191
================================================================================
92-
NeuronClassesFasciculatingHere: 0.7516s ✅
93-
TractsNervesInnervatingHere: 0.7432s ✅
94-
LineageClonesIn: 0.7920s ✅
95-
ImagesNeurons: 0.5852s ✅
92+
NeuronClassesFasciculatingHere: 0.6685s ✅
93+
TractsNervesInnervatingHere: 0.7880s ✅
94+
LineageClonesIn: 0.5784s ✅
95+
ImagesNeurons: 0.5974s ✅
96+
ImagesThatDevelopFrom: 0.7531s ✅
97+
epFrag: 0.6081s ✅
9698
9799
================================================================================
98100
INSTANCE QUERIES
99101
================================================================================
100-
ListAllAvailableImages: 0.7825s
102+
ListAllAvailableImages: 0.5853s
101103
102104
================================================================================
103105
PERFORMANCE TEST SUMMARY
@@ -108,7 +110,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
108110
Performance test for specific term info queries. ... ok
109111
110112
----------------------------------------------------------------------
111-
Ran 1 test in 1.207s
113+
Ran 1 test in 1.385s
112114
113115
OK
114116
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -123,9 +125,9 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
123125
==================================================
124126
Performance Test Results:
125127
==================================================
126-
FBbt_00003748 query took: 0.6085 seconds
127-
VFB_00101567 query took: 0.5978 seconds
128-
Total time for both queries: 1.2063 seconds
128+
FBbt_00003748 query took: 0.6206 seconds
129+
VFB_00101567 query took: 0.7637 seconds
130+
Total time for both queries: 1.3844 seconds
129131
Performance Level: 🟢 Excellent (< 1.5 seconds)
130132
==================================================
131133
Performance test completed successfully!
@@ -144,4 +146,4 @@ Track performance trends across commits:
144146
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
145147

146148
---
147-
*Last updated: 2025-11-07 08:35:30 UTC*
149+
*Last updated: 2025-11-07 09:46:48 UTC*

0 commit comments

Comments
 (0)