DEV Community

NaveenKumar Namachivayam ⚡
NaveenKumar Namachivayam ⚡

Posted on • Originally published at qainsights.com on

1 1

Performance Testing in R using Apache JMeter

Performance Testing in R using Apache JMeter Couple weeks ago, I stumbled upon an open source project from T-Mobile called loadtest. You can check the repository at GitHub.

Why loadtest package?

T-Mobile is one of the largest cellular network in USA. loadtest package has been released by T-Mobile Tech team. The primary objective of the team is to load test the APIs without leaving the R environment.

Just by installing the loadtest – a R package and by writing just a line of code, you can simulate the workload.

To demonstrate the R package capability, team has released a demo website http://teststuff.biz/ which has the API version of MIT DeepMoji project.

DeepMoji converts a string into emojis. You can check this link https://deepmoji.mit.edu/ for more details.

loadtest R package leverages Apache JMeter under the hood.

Now, lets dive into how to setup the R environment for load testing by installing R in Windows 10 and by leveraging R extension in Visual Studio Code.

Prerequisites

Download R 3.6.1 for Windows and validate the checksum
Download R Tools for Windows
Download Visual Studio Code w/ R Extension
Download Pandoc for Windows
Download Apache JMeter (latest version would be preferable), this demo uses JMeter 5.2

For more details, please continue at my blog.

Performance Testing in R using Apache JMeter](https://qainsights.com/performance-testing-in-r-using-apache-jmeter/) appeared first on QAInsights.

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay