Skip to content

Commit

Permalink
docs(blog): small improvement to Stryker4s 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Oct 24, 2023
1 parent 2846a0f commit 12800b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2023-10-18-stryker4s-0-15-is-here.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We're eager to hear your thoughts on these new colors. If you have suggestions o

## 🧬 Revamped Instrumenting Algorithm

Before Stryker4s begins running your tests, it needs to parse and instrument your source code with mutants. We've completely overhauled this process, making it more robust and efficient. The new instrumenter streamlines the process, inspired by Stryker-js. It also takes advantage of [fs2](https://fs2.io/) for parallel streaming, significantly boosting performance. This means Stryker4s can start running your tests faster!
Before Stryker4s begins running your tests, it must parse and instrument your source code with mutants. We've completely overhauled this process, making it more robust and efficient. The new instrumenter, inspired by StrykerJS, streamlines the process. It also takes advantage of [fs2](https://fs2.io/) for parallel streaming, significantly boosting performance. This means Stryker4s can start running your tests faster!

## 💬 New Dialects

Expand Down

0 comments on commit 12800b6

Please sign in to comment.