Skip to main content

6 posts tagged with "nbomber-release"

View All Tags

NBomber v6.2.0

· 7 min read
Anton Moldovan
NBomber Core Team
Olena Kostash
NBomber Core Team
Oleksandr Palamarchuk
NBomber Core Team
Oleksandr Mykhalchuk
NBomber Core Team

In the NBomber v6.2.0 release, we focused primarily on improvements to cluster mode, and we also introduced several useful enhancements to the HTML Report.

HTML Report improvements​

One of the invisible but important changes in the new HTML Report is that it has been completely rewritten in TypeScript. For a long time, we used vanilla JavaScript with Vue, but over time it became difficult to manage complexity, reason about the code, and maintain correctness. Moving to TypeScript gives us type safety and makes future development more sustainable.

Now, let’s look at the visible improvements 🙂

Status code chart colors​

Previously, the colors for the status code chart were automatically selected by the charting library. This made it difficult to clearly distinguish successful responses from errors. In this release, we fixed that by introducing two distinct color groups—green for successful responses and red for errors—with slightly different shades.

This change significantly improves the clarity and readability of the status code chart.

Before: status codes chart

After: status codes chart

NBomber v4.1.2

· One min read
Anton Moldovan
NBomber Core Team

NBomber 2.0

· 12 min read
Anton Moldovan
NBomber Core Team

Hey folks, we were busy for nearly half a year working on a new big release of NBomber. I am so happy to announce that we finally completed it!

In this release, we focused on improving engine performance, fixing RAM consumption issues, improving UI/UX, including reporting, extending API to provide flexibility but keep it SIMPLE as before.