<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>rjest Blog</title><description>Engineering notes on warm test runs, Jest compatibility, and benchmark methodology from the rjest team at Neullabs.</description><link>https://rjest.neullabs.com/</link><language>en-us</language><item><title>How we benchmarked: methodology + caveats</title><link>https://rjest.neullabs.com/blog/how-we-benchmarked-methodology/</link><guid isPermaLink="true">https://rjest.neullabs.com/blog/how-we-benchmarked-methodology/</guid><description>The 100x number in the README is from a specific workload, on a specific machine, with a specific definition of cold and warm. This post explains exactly what we measured, where the speedup is largest, where it shrinks, and what would be misleading to report.</description><pubDate>Tue, 26 May 2026 00:00:00 GMT</pubDate></item><item><title>Drop-in compatibility: the contract that makes adoption tolerable</title><link>https://rjest.neullabs.com/blog/drop-in-compatibility-contract/</link><guid isPermaLink="true">https://rjest.neullabs.com/blog/drop-in-compatibility-contract/</guid><description>rjest&apos;s only interesting feature for the first hour is that it does not break anything. We explain the compatibility contract — config, CLI, matchers, mocks, output shape — and why we treat any deviation as a bug we have to fix, not a tradeoff we get to negotiate.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate></item><item><title>Why warm Jest runs are slow (it&apos;s not the test code)</title><link>https://rjest.neullabs.com/blog/why-warm-jest-runs-are-slow/</link><guid isPermaLink="true">https://rjest.neullabs.com/blog/why-warm-jest-runs-are-slow/</guid><description>On a real codebase, the time Jest takes between npx jest and the first PASS rarely has anything to do with assertions. We break down the hidden cost — config, transform, worker boot, JIT — and explain where rjest amortizes each one.</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item></channel></rss>