Skip to content

Commit 1040f30

Browse files
committed
Update performance test results [skip ci]
1 parent cdcbf0f commit 1040f30

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-11 03:09:18 UTC
4-
**Git Commit:** f5bdc08b4cb9d9cfd948794c3f56f60a111aa58a
3+
**Test Date:** 2025-11-12 03:07:46 UTC
4+
**Git Commit:** cdcbf0fb6c338a74258bc62b18ba016c34f8ac98
55
**Branch:** main
6-
**Workflow Run:** [19253597966](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19253597966)
6+
**Workflow Run:** [19285019327](https://github.com/VirtualFlyBrain/VFBquery/actions/runs/19285019327)
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: 10.903362512588501 not less than 3.0 : term_info query exceeded threshold
53+
AssertionError: 8.409825801849365 not less than 3.0 : term_info query exceeded threshold
5454
5555
----------------------------------------------------------------------
56-
Ran 6 tests in 22.578s
56+
Ran 6 tests in 16.064s
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): 10.9034s
68+
get_term_info (mushroom body): 8.4098s
6969
7070
================================================================================
7171
NEURON PART OVERLAP QUERIES
7272
================================================================================
73-
NeuronsPartHere: 1.3452s
73+
NeuronsPartHere: 0.6982s
7474
7575
================================================================================
7676
SYNAPTIC TERMINAL QUERIES
7777
================================================================================
78-
NeuronsSynaptic: 1.0755s
79-
NeuronsPresynapticHere: 1.1399s
80-
NeuronsPostsynapticHere: 1.0366s
78+
NeuronsSynaptic: 0.6855s
79+
NeuronsPresynapticHere: 0.8893s
80+
NeuronsPostsynapticHere: 0.6459s
8181
8282
================================================================================
8383
ANATOMICAL HIERARCHY QUERIES
8484
================================================================================
85-
ComponentsOf: 0.8737s
86-
PartsOf: 0.8886s
87-
SubclassesOf: 0.8690s
85+
ComponentsOf: 0.7198s
86+
PartsOf: 0.5539s
87+
SubclassesOf: 0.5519s
8888
8989
================================================================================
9090
NEW QUERIES (2025)
9191
================================================================================
92-
NeuronClassesFasciculatingHere: 0.8855s
93-
TractsNervesInnervatingHere: 0.8834s
94-
LineageClonesIn: 0.8973s
95-
ImagesNeurons: 0.8828s
92+
NeuronClassesFasciculatingHere: 0.7016s
93+
TractsNervesInnervatingHere: 0.5560s
94+
LineageClonesIn: 0.5507s
95+
ImagesNeurons: 0.5507s
9696
9797
================================================================================
9898
INSTANCE QUERIES
9999
================================================================================
100-
ListAllAvailableImages: 0.8958s
100+
ListAllAvailableImages: 0.5496s
101101
102102
================================================================================
103103
PERFORMANCE TEST SUMMARY
@@ -115,10 +115,10 @@ Performance test for specific term info queries.
115115
Traceback (most recent call last):
116116
File "/home/runner/work/VFBquery/VFBquery/src/test/term_info_queries_test.py", line 575, in test_term_info_performance
117117
self.assertLess(duration_1, max_single_query_time,
118-
AssertionError: 10.468158960342407 not less than 3.0 : FBbt_00003748 query took 10.4682s, exceeding 3.0s threshold
118+
AssertionError: 7.857726812362671 not less than 3.0 : FBbt_00003748 query took 7.8577s, exceeding 3.0s threshold
119119
120120
----------------------------------------------------------------------
121-
Ran 1 test in 11.370s
121+
Ran 1 test in 8.418s
122122
123123
FAILED (failures=1)
124124
VFBquery caching enabled: TTL=2160h (90 days), Memory=2048MB
@@ -133,9 +133,9 @@ VFBquery: Caching enabled by default (3-month TTL, 2GB memory)
133133
==================================================
134134
Performance Test Results:
135135
==================================================
136-
FBbt_00003748 query took: 10.4682 seconds
137-
VFB_00101567 query took: 0.9015 seconds
138-
Total time for both queries: 11.3696 seconds
136+
FBbt_00003748 query took: 7.8577 seconds
137+
VFB_00101567 query took: 0.5598 seconds
138+
Total time for both queries: 8.4175 seconds
139139
Performance Level: 🔴 Slow (> 6 seconds)
140140
==================================================
141141
```
@@ -153,4 +153,4 @@ Track performance trends across commits:
153153
- [GitHub Actions History](https://github.com/VirtualFlyBrain/VFBquery/actions/workflows/performance-test.yml)
154154

155155
---
156-
*Last updated: 2025-11-11 03:09:18 UTC*
156+
*Last updated: 2025-11-12 03:07:46 UTC*

0 commit comments

Comments
 (0)