We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbab0b commit c2025a7Copy full SHA for c2025a7
master/master.cfg
@@ -526,3 +526,4 @@ c['www']['plugins']['wsgi_dashboards'] = [
526
'icon': 'rocket'
527
}
528
]
529
+c['www']['plugins']['profiler'] = True
requirements.in
@@ -6,3 +6,4 @@ requests
6
treq
7
sentry-sdk
8
psycopg2
9
+buildbot_profiler
requirements.txt
@@ -49,3 +49,4 @@ urllib3==2.0.4
49
Werkzeug==2.3.7
50
zipp==3.16.2
51
zope.interface==6.0
52
+buildbot_profiler==1.3.1
0 commit comments