WeSearch

Testing NGB Platform Beyond a Small Demo Dataset with k6 and TypeScript

·6 min read · 0 reactions · 0 comments · 9 views
#opensource#performance#testing
Testing NGB Platform Beyond a Small Demo Dataset with k6 and TypeScript
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)