Skip to content

Commit e3bfe8c

Browse files
committed
Update performance test results [skip ci]
1 parent e5dc5eb commit e3bfe8c

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

performance.md

Lines changed: 23 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-13 03:10:28 UTC
4-
**Git Commit:** 1040f305f9e0cc94d644ce26e82df68e00c7f079
3+
**Test Date:** 2025-11-14 03:08:26 UTC
4+
**Git Commit:** e5dc5ebff8b1191df6222f59df894dd071b13404
55
**Branch:** main
6-
**Workflow Run:** [19319202253](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19319202253)
6+
**Workflow Run:** [19352966591](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19352966591)
77

88
## Test Overview
99

@@ -50,10 +50,10 @@ Test term info query performance
5050
Traceback (most recent call last):
5151
File "/home/runner/work/VFBquery/VFBquery/src/test/test_query_performance.py", line 94, in test_01_term_info_queries
5252
self.assertLess(duration, self.THRESHOLD_MEDIUM, "term_info query exceeded threshold")
53-
AssertionError: 12.69656229019165 not less than 3.0 : term_info query exceeded threshold
53+
AssertionError: 13.24500846862793 not less than 3.0 : term_info query exceeded threshold
5454
5555
----------------------------------------------------------------------
56-
Ran 6 tests in 25.246s
56+
Ran 6 tests in 26.491s
5757
5858
FAILED (failures=1)
5959
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -65,39 +65,39 @@ 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): 12.6966s
68+
get_term_info (mushroom body): 13.2450s
6969
7070
================================================================================
7171
NEURON PART OVERLAP QUERIES
7272
================================================================================
73-
NeuronsPartHere: 1.1397s
73+
NeuronsPartHere: 1.4491s
7474
7575
================================================================================
7676
SYNAPTIC TERMINAL QUERIES
7777
================================================================================
78-
NeuronsSynaptic: 1.4513s
79-
NeuronsPresynapticHere: 0.9791s
80-
NeuronsPostsynapticHere: 1.1147s
78+
NeuronsSynaptic: 1.1640s
79+
NeuronsPresynapticHere: 0.9604s
80+
NeuronsPostsynapticHere: 1.1264s
8181
8282
================================================================================
8383
ANATOMICAL HIERARCHY QUERIES
8484
================================================================================
85-
ComponentsOf: 0.9237s
86-
PartsOf: 0.9482s
87-
SubclassesOf: 0.9327s
85+
ComponentsOf: 0.9484s
86+
PartsOf: 1.2605s
87+
SubclassesOf: 0.9439s
8888
8989
================================================================================
9090
NEW QUERIES (2025)
9191
================================================================================
92-
NeuronClassesFasciculatingHere: 1.2333s
93-
TractsNervesInnervatingHere: 0.9584s
94-
LineageClonesIn: 0.9776s
95-
ImagesNeurons: 0.9519s
92+
NeuronClassesFasciculatingHere: 1.5806s
93+
TractsNervesInnervatingHere: 0.9576s
94+
LineageClonesIn: 0.9551s
95+
ImagesNeurons: 0.9490s
9696
9797
================================================================================
9898
INSTANCE QUERIES
9999
================================================================================
100-
ListAllAvailableImages: 0.9373s
100+
ListAllAvailableImages: 0.9497s
101101
102102
================================================================================
103103
PERFORMANCE TEST SUMMARY
@@ -108,7 +108,7 @@ test_term_info_performance (src.test.term_info_queries_test.TermInfoQueriesTest)
108108
Performance test for specific term info queries. ... ok
109109
110110
----------------------------------------------------------------------
111-
Ran 1 test in 2.096s
111+
Ran 1 test in 2.087s
112112
113113
OK
114114
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -123,9 +123,9 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
123123
==================================================
124124
Performance Test Results:
125125
==================================================
126-
FBbt_00003748 query took: 1.1483 seconds
127-
VFB_00101567 query took: 0.9475 seconds
128-
Total time for both queries: 2.0958 seconds
126+
FBbt_00003748 query took: 1.1264 seconds
127+
VFB_00101567 query took: 0.9597 seconds
128+
Total time for both queries: 2.0862 seconds
129129
Performance Level: 🟡 Good (1.5-3 seconds)
130130
==================================================
131131
Performance test completed successfully!
@@ -144,4 +144,4 @@ Track performance trends across commits:
144144
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
145145

146146
---
147-
*Last updated: 2025-11-13 03:10:28 UTC*
147+
*Last updated: 2025-11-14 03:08:26 UTC*

0 commit comments

Comments
 (0)