top of page

BLOG
Search


Using Performator to Load Test Database Calls
Have you ever needed a simple way to load test your database or check a lot of SQL statements with different test data to see how well your queries execute? Performator version 1.2.3 comes with an easy-to-use interface that simplifies load testing using SQL queries. Maven dependencies You will need to define the dependencies that contain the JDBC driver for your database, for example, Postgres: <!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> <dependenc
Jul 22 min read


How to Load Test Java Code Using Performator
The flexibility to measure any Java code execution while running it as a load test is one of the key features of Performator. Many other tools either require plugins to support what you want to achieve, need a cumbersome workaround, or not function at all.
Jun 252 min read


A Guide to Using Performator with Core Banking T24
As we’ve seen in previous posts, Performator is a powerful tool that allows us to measure the performance of our core banking system in a highly customizable way.
In this post, we’ll walk through a simple, practical example of how to use Performator in a T24 environment.
Jun 112 min read


Performator Technology with Transact: A New Way to Measure Your Performance
Performator is an innovative technology designed to measure, analyze, and report the performance of your software systems. Its application with Temenos Transact (T24) is especially valuable, as it enables accurate evaluation of core banking behavior under different load conditions.
Performator is an open source tool that allows you to simulate load operations and obtain detailed performance metrics. It is focused on stress testing, load testing, and capacity analysis, helping
May 282 min read


Load Testing with Gatling Private Locations
As nearly all modern applications evolve into distributed and microservices-based architectures, performance testing has become both more critical and even more complex. While cloud-based, shared load generators offer convenience, they often fall short in areas such as security, network control, and performance predictability—especially for enterprise systems.
May 214 min read


A Quick Load Testing Showdown
Gatling or K6? I tested both with the same setup here’s how they compare in setup, reporting, and performance.
Oct 16, 20252 min read


Build Better Apps: Performance Testing
Performance testing ensures your app runs fast and stays stable even when users flood in.
Sep 11, 20252 min read


Smarter Performance Testing with Observability and Load Simulation
Discover the observability-first approach to performance testing, uncovering bottlenecks and creating realistic, data-driven test scenarios.
Feb 13, 20252 min read


Designing and Running Load Tests with Gatling
Refining performance testing for an authentication page with Gatling workload modeling, realistic scripts, and in-depth analysis.
Jan 10, 20253 min read


Load Testing GenAI using Gatling
The goal was to see how well ChatGPT could handle multiple interactions, especially when each question varied in complexity.
Jan 9, 20253 min read


Getting Started with JMeter
Dive into Apache JMeter for performance testing.
Dec 17, 20243 min read
bottom of page