Skip to content

Commit 971e1ed

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

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-14 03:08:26 UTC
4-
**Git Commit:** e5dc5ebff8b1191df6222f59df894dd071b13404
3+
**Test Date:** 2025-11-15 03:02:18 UTC
4+
**Git Commit:** e3bfe8c75ec20b9a8fcc7a2f33c6d9d12a98b727
55
**Branch:** main
6-
**Workflow Run:** [19352966591](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19352966591)
6+
**Workflow Run:** [19383411928](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19383411928)
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: 13.24500846862793 not less than 3.0 : term_info query exceeded threshold
53+
AssertionError: 7.8245625495910645 not less than 3.0 : term_info query exceeded threshold
5454
5555
----------------------------------------------------------------------
56-
Ran 6 tests in 26.491s
56+
Ran 6 tests in 16.592s
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): 13.2450s
68+
get_term_info (mushroom body): 7.8246s
6969
7070
================================================================================
7171
NEURON PART OVERLAP QUERIES
7272
================================================================================
73-
NeuronsPartHere: 1.4491s
73+
NeuronsPartHere: 1.0762s
7474
7575
================================================================================
7676
SYNAPTIC TERMINAL QUERIES
7777
================================================================================
78-
NeuronsSynaptic: 1.1640s
79-
NeuronsPresynapticHere: 0.9604s
80-
NeuronsPostsynapticHere: 1.1264s
78+
NeuronsSynaptic: 0.8084s
79+
NeuronsPresynapticHere: 0.8266s
80+
NeuronsPostsynapticHere: 0.6932s
8181
8282
================================================================================
8383
ANATOMICAL HIERARCHY QUERIES
8484
================================================================================
85-
ComponentsOf: 0.9484s
86-
PartsOf: 1.2605s
87-
SubclassesOf: 0.9439s
85+
ComponentsOf: 0.6561s
86+
PartsOf: 0.5812s
87+
SubclassesOf: 0.5795s
8888
8989
================================================================================
9090
NEW QUERIES (2025)
9191
================================================================================
92-
NeuronClassesFasciculatingHere: 1.5806s
93-
TractsNervesInnervatingHere: 0.9576s
94-
LineageClonesIn: 0.9551s
95-
ImagesNeurons: 0.9490s
92+
NeuronClassesFasciculatingHere: 1.0151s
93+
TractsNervesInnervatingHere: 0.5825s
94+
LineageClonesIn: 0.7597s
95+
ImagesNeurons: 0.5968s
9696
9797
================================================================================
9898
INSTANCE QUERIES
9999
================================================================================
100-
ListAllAvailableImages: 0.9497s
100+
ListAllAvailableImages: 0.5905s
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.087s
111+
Ran 1 test in 1.297s
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: 1.1264 seconds
127-
VFB_00101567 query took: 0.9597 seconds
128-
Total time for both queries: 2.0862 seconds
129-
Performance Level: 🟡 Good (1.5-3 seconds)
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)
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-14 03:08:26 UTC*
147+
*Last updated: 2025-11-15 03:02:18 UTC*

0 commit comments

Comments
 (0)