Skip to content

Commit

Permalink
newsletters: Add notes about test infra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Oct 30, 2024
1 parent 9a2272f commit e27a49e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/content/newsletters/2024-10-31.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ WebAudio allows you to set up complex audio processing graphs using a comprehens
of small improvements in supporting these APIs such as `BaseAudioContext.decodeAudioData()`, which among others, allows
you to pass the loading screen of [ZType](https://zty.pe/) and actually play the game!

### Improvements to our testing infrastructure

This month we've begun importing tests from WPT into our own internal test suite. This means we're getting some parts of WPT coverage in our CI system as well.

More tests means more time waiting for CI, so we've also made two big changes to improve performance:

- Our internal test suite now runs in parallel across multiple processes.
- We've switched our CI builds from Debug+Sanitizers to ReleaseWithDebugInfo+Sanitizers.

### Credits

We thank the following people who contributed code to Ladybird in October 2024:
Expand Down

0 comments on commit e27a49e

Please sign in to comment.