Testing NGB Platform Beyond a Small Demo Dataset with k6 and TypeScript
The NGB Platform has released version 1.1.1, introducing a new performance testing framework. This framework aims to evaluate the platform's behavior under real-world conditions rather than just isolated endpoint checks. It includes various workload profiles to assess different aspects of platform performance, ensuring that business workflows remain efficient and responsive.
- ▪NGB Platform v1.1.1 introduces the first NGB Performance Tests Framework.
- ▪The framework focuses on testing real platform behavior with multiple workload profiles.
- ▪Performance testing is crucial for ensuring that business workflows remain efficient under various conditions.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3898160) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } NGB Platform Posted on May 20 Testing NGB Platform Beyond a Small Demo Dataset with k6 and TypeScript #dotnet #postgres #opensource #performance I recently released NGB Platform v1.1.1. The main addition is the first NGB Performance Tests Framework. This is not just a set of endpoint benchmarks. NGB Platform is an open-source, metadata-driven business platform for building accounting-first industry solutions.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).