Skip to content

Commit 411a7b4

Browse files
committed
Update performance test results [skip ci]
1 parent 971e1ed commit 411a7b4

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

performance.md

Lines changed: 24 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-15 03:02:18 UTC
4-
**Git Commit:** e3bfe8c75ec20b9a8fcc7a2f33c6d9d12a98b727
3+
**Test Date:** 2025-11-16 03:13:34 UTC
4+
**Git Commit:** 971e1ed6e5ae59ffa8d0c7bae1592b34a1da941f
55
**Branch:** main
6-
**Workflow Run:** [19383411928](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19383411928)
6+
**Workflow Run:** [19399507884](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19399507884)
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: 7.8245625495910645 not less than 3.0 : term_info query exceeded threshold
53+
AssertionError: 11.296876668930054 not less than 3.0 : term_info query exceeded threshold
5454
5555
----------------------------------------------------------------------
56-
Ran 6 tests in 16.592s
56+
Ran 6 tests in 23.519s
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): 7.8246s
68+
get_term_info (mushroom body): 11.2969s
6969
7070
================================================================================
7171
NEURON PART OVERLAP QUERIES
7272
================================================================================
73-
NeuronsPartHere: 1.0762s
73+
NeuronsPartHere: 1.5767s
7474
7575
================================================================================
7676
SYNAPTIC TERMINAL QUERIES
7777
================================================================================
78-
NeuronsSynaptic: 0.8084s
79-
NeuronsPresynapticHere: 0.8266s
80-
NeuronsPostsynapticHere: 0.6932s
78+
NeuronsSynaptic: 1.0819s
79+
NeuronsPresynapticHere: 0.8827s
80+
NeuronsPostsynapticHere: 1.0503s
8181
8282
================================================================================
8383
ANATOMICAL HIERARCHY QUERIES
8484
================================================================================
85-
ComponentsOf: 0.6561s
86-
PartsOf: 0.5812s
87-
SubclassesOf: 0.5795s
85+
ComponentsOf: 1.4113s
86+
PartsOf: 0.8892s
87+
SubclassesOf: 0.9074s
8888
8989
================================================================================
9090
NEW QUERIES (2025)
9191
================================================================================
92-
NeuronClassesFasciculatingHere: 1.0151s
93-
TractsNervesInnervatingHere: 0.5825s
94-
LineageClonesIn: 0.7597s
95-
ImagesNeurons: 0.5968s
92+
NeuronClassesFasciculatingHere: 0.8796s
93+
TractsNervesInnervatingHere: 0.8829s
94+
LineageClonesIn: 0.8786s
95+
ImagesNeurons: 0.8767s
9696
9797
================================================================================
9898
INSTANCE QUERIES
9999
================================================================================
100-
ListAllAvailableImages: 0.5905s
100+
ListAllAvailableImages: 0.9032s
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 1.297s
111+
Ran 1 test in 1.990s
112112
113113
OK
114114
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -123,10 +123,10 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
123123
==================================================
124124
Performance Test Results:
125125
==================================================
126-
FBbt_00003748 query took: 0.6974 seconds
127-
VFB_00101567 query took: 0.5996 seconds
128-
Total time for both queries: 1.2971 seconds
129-
Performance Level: 🟢 Excellent (< 1.5 seconds)
126+
FBbt_00003748 query took: 1.0870 seconds
127+
VFB_00101567 query took: 0.9027 seconds
128+
Total time for both queries: 1.9897 seconds
129+
Performance Level: 🟡 Good (1.5-3 seconds)
130130
==================================================
131131
Performance test completed successfully!
132132
```
@@ -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-15 03:02:18 UTC*
147+
*Last updated: 2025-11-16 03:13:34 UTC*

0 commit comments

Comments
 (0)