Operations | Monitoring | ITSM | DevOps | Cloud

Continuous Performance Testing in CI Pipelines: CircleCI

With over 50,000 active organizations and 250 million workflows, CircleCI is one of the most popular networked CI platforms. When getting started with CI pipelines, teams typically want to ensure that code will compile, pass unit tests, and build a container image. After catching these low hanging fruit of syntax errors, engineering teams need to dig much further to find business logic and scalability errors.

Windows 11 Preparation: Is Your Organization Ready?

When Microsoft rolled out Windows 11 last fall, the announcement included what seemed like a relatively distant deadline: October 14, 2025, the date when Windows 10 support will end. Considering how many unexpected changes we’ve all experienced over the past few years, we understand if you’re hesitant to prepare for anything that’s not scheduled to take place until the year 2025.

Improving performance on complex diffs

Bitbucket Cloud is making changes to pull request diff functionality that will improve diff performance, particularly on complex diffs. We are changing our diff algorithm from what we call a '3-way' diff to a 2-way 'three-dot' diff, which will show the difference between the tip of a source branch and the commit from which it branched off the destination, as shown below. This new diff will be implemented on the Pull request page and Branch page in the coming weeks.