Is there a performance profile for buildbot UI #5769
-
We want to launch 1000s of builds per day, mostly as PR verification and MRs , wanted to ask if there is any performance profiling done on buildbot hosted UI in terms of scalability and large traffic ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello, You can use https://github.com/tardyp/buildbot_profiler in order to look at buildbot performance issue. If you are planning to build a performance critical bot, we recommand:
If you do that, you should be fine and scale thousands of build a day. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this information is still useful to you, but Buildbot easily handles thousands of builds per day and large numbers of historical builds. The web backend can be split off to multiple servers and thus can handle even large amount of user traffic. |
Beta Was this translation helpful? Give feedback.
Hello,
You can use https://github.com/tardyp/buildbot_profiler in order to look at buildbot performance issue.
If you are planning to build a performance critical bot, we recommand:
If you do that, you should be fine and scale thousands of build a day.