Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
60 views

Windev application's window components getting distorted while minimising and maximising. Anchoring was used for these actions, hence the components are getting distorted. Gets corrected at the end of ...
Agasthya Harekal's user avatar
0 votes
2 answers
74 views

I have a JMeter test plan where I’m using an Include Controller that references a Test Fragment. The Thread Group is configured with a duration of 1 hour. When running the script with the Include ...
Kiruthika 's user avatar
-4 votes
1 answer
103 views

I run Cypress UI tests locally and in a GitLab pipeline. I want to put them under performance measuring. I am not very experienced with that. What is the best way to do that? I tried to launch k6 from ...
DLL's user avatar
  • 43
1 vote
0 answers
54 views

I want to run Cypress tests on a website and measure the performance with k6. Currently I run the Cypress tests on Windows locally and in a GitLab pipeline. I followed these video tutorials (https://...
DLL's user avatar
  • 43
0 votes
1 answer
47 views

I needs to login to the Application, for that it needs Token_ID and Sate token, but they are getting generated from the third party applications where as even in the Dev tools it is not reflecting, ...
Siva Sai's user avatar
0 votes
0 answers
98 views

I’m running a Lighthouse user-flow using Puppeteer to measure performance on our web app. When I execute my script with just Puppeteer, the app loads in desktop view exactly as expected. But whenever ...
kushan's user avatar
  • 785
3 votes
1 answer
196 views

I wish to benchmark various hashmaps for the <K,V> pair <u8, BoxedFnMut> where BoxedFnMut. type BoxedFnMut = Box<dyn FnMut() + Send + 'static>; To do this, I am using divan(0.1.21) ...
Naitik Mundra's user avatar
1 vote
0 answers
41 views

My organization has recently implemented the containerization for file upload and download scenarios (previously VMs being used) and we are asked to performance test that. During my testing I have ...
Kapil Kumar Sharma's user avatar
0 votes
1 answer
67 views

I'm working with a JMeter test script where I need to use some pre-defined values (such as client_id, client_secret, scope, etc.) different for each request, that change depending on the environment (...
Nikhil's user avatar
  • 397
0 votes
1 answer
34 views

my basic command is this jmeter -n -t "Get Profile.jmx" -l "..\result_$(Get-Date -Format yyyyMMddHHmmss).jtl" -e -o "..\report_$(Get-Date -Format yyyyMMddHHmmss)" -f can ...
Keenan AH's user avatar
0 votes
2 answers
41 views

I had configured two http requests(both pointing to the same URL) and a http request defaults. The first request had "Retrieve all embedded resources" ON and for the second one it was OFF. I ...
Swarup's user avatar
  • 91
0 votes
1 answer
83 views

I'm learning PostgreSQL Clustering abilities and I would like to compare performance of the same query with table not clustered and with table clustered. I tried to generate 25 million user events and ...
rela589n's user avatar
  • 1,224
1 vote
0 answers
75 views

I am attempting to create a Playwright Library script for performance testing a web app (written in typescript). The website has a function running in the background that takes longer than the webpage ...
jarod-r's user avatar
  • 11
1 vote
1 answer
69 views

I have the following code to check if my response body contains a specific value. I use Gatling with Java. I have modified the returns in ocspStatusCheck so it returns with a failure in each case, to ...
Zorka Csendes's user avatar
1 vote
1 answer
42 views

My spring boot application is not accepting desired load. In order to isolate problem I created a very simple service that just sleeps for 500ms and returns success response back. Following is my ...
ppatidar's user avatar
  • 187
0 votes
3 answers
51 views

I am working on one scenario where I have to check login flow of application for 10KTPM in minute. In my login flow exist- load the URL, Login and Home page load. In entire login flow we have 55 ...
vishakha bharambe's user avatar
0 votes
1 answer
35 views

Below is the test plan i have in JMeter and it contains Global Header Manager at the level of Thread Group from where all my request samplers are getting headers from. I don't need Authorization ...
Charugulla Sai's user avatar
0 votes
1 answer
29 views

I have a test plan with the following: Thread count = 2000 Ramp-up = 300 sec Loop Count = Infinite Duration 420 Sec Just 1 Sampler and Uniform random timer as a child: (Random 4000 - offset 2000) When ...
Bodda's user avatar
  • 33
1 vote
1 answer
366 views

Recently, I have added.net NativeAOT support to the local embedding mode of the client and in-memory database of the AutoCSer RPC framework I developed. Originally, it was expected that the AOT mode ...
Jin Xiao's user avatar
0 votes
1 answer
128 views

I’ve been trying to integrate Apache JMeter, InfluxDB v2.7.11, and Grafana (v10+) for real-time performance test monitoring. However, despite following all possible configurations, I’m constantly ...
Pruthviraj Ghodake's user avatar
0 votes
0 answers
57 views

I have a UI load test written in K6. I am creating a bunch of entries on the page and keeping tab of them using openKv (https://github.com/oleiade/xk6-kv) in the code so that I can delete them after ...
techjourneyman's user avatar
0 votes
1 answer
56 views

How can I correctly configure JMeter to achieve this scenario? Any guidance or examples would be greatly appreciated! The scenario in JMeter involving two requests: First Request (GET): This request ...
Nikhil's user avatar
  • 397
0 votes
2 answers
186 views

I want to connect lighthouse performance testing concept to a CI?CD pipeline and automate it to run every month Can we automate performance testing using lighthouse dev tool to provide report by ...
Stifa's user avatar
  • 1
0 votes
2 answers
44 views

I have login transactions in my JMeter which has 20 requests in it. few requests run parallely and few of them in line when I observed in developer tools network tab. My issue, jmeter is running all ...
Mrunalini Kancharla's user avatar
0 votes
1 answer
63 views

I am using JMeter 5.6.3 with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues: Issue 1: Received Ping Frame Data When I send a WebSocket request ...
prabhakaran prabha's user avatar
-2 votes
2 answers
90 views

I am implementing the redis caching from k6/experimental/redis and caching some values in K6 scripts to share across the virtual users (VUs). The script is running in the local windows & unix WSL ...
Egeon's user avatar
  • 17
0 votes
0 answers
45 views

I'm using Locust (version 2.32.3) to simulate multiple users performing work. I have a specific scenario I'd like to achieve clearly and efficiently: All users perform their workload repeatedly. At a ...
PloniStacker's user avatar
0 votes
2 answers
149 views

I am using JMeter with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues: Issue 1: ClassCastException Error When running the WebSocket request, I ...
prabhakaran prabha's user avatar
0 votes
1 answer
73 views

I've got 12 URLs and each need to be hit with 100 (NUM_EVENTS) requests per second continuously (or with a sleep interval if needed) for 10 (RUNTIME_TOTAL_DURATION) seconds. I don't need to wait for ...
sarath chandra's user avatar
0 votes
1 answer
70 views

I'm testing my spike test configuration by adding a Dummy Sampler and an Ultimate Thread Group. Based on my settings, I should be getting approximately 750 hits in the first 15-minute timeframe. ...
Vaibhav's user avatar
  • 39
0 votes
1 answer
76 views

I am new to JMeter Distributed Environment setup. I dont have any knowledge on how to setup the master slave configuration. I just have the information that we have a Master VM and we can spin up ...
Farhan Meer's user avatar
0 votes
0 answers
35 views

I'm trying to calculate CPU usage of my app while launching using measure block with XCTCPUMetric and XCTest framework in iOS. XCTCPUMetric is giving CPU Time in seconds. I want to calculate CPU usage ...
Sunil's user avatar
  • 1
1 vote
0 answers
55 views

Locust does not log success in case of GRPC endpoint returning a stream Below is my setup: locust==2.33 python grpcio==1.70.0 grpcio-tools==1.62.1 protobuf==4.25.3 I am unable to see success on ...
Sudeep Bidwai's user avatar
1 vote
0 answers
34 views

I am using the JMeter SDK to construct a test, and below is the complete code. In this code, there is a collector object that implements SampleListener. After the test execution is completed, I intend ...
walsh's user avatar
  • 3,313
0 votes
1 answer
91 views

I have searched for answers to this and have found many hits containing the same advice - follow the guidance in this BlazeMeter blog article which sounds perfect for my requirements:- https://www....
danrockcoll's user avatar
0 votes
0 answers
108 views

I’m working on performance testing with Grafana K6 and trying to structure my test scripts to avoid redundancy. So I’ve implemented a class-based approach. Here's a sample code: const metrics = new ...
Some Guy's user avatar
0 votes
0 answers
174 views

I'm using Bootstrap in Astro, importing the modules I need and customising them in SCSS. But I have noticed that the site is noticeably slow due to Bootstrap's bloat. How can I tree shake the unused ...
user avatar
0 votes
1 answer
32 views

Is possible to remove results in JMeter shown in the standard "View Results Tree" based on if certain text is present? I am running the below, created via the BlazeMeter Chrome extension. ...
Chris Duffy's user avatar
0 votes
0 answers
15 views

Anyone using Loadview tool's Goal Based Curve to generate load? I am having a tough time generating a load with it. It asks for "transaction goal per min" but does not ever generate that ...
Huzefa Padghawala's user avatar
0 votes
3 answers
279 views

Can we run load testing using datadog (Synthetic monitoring and Testing) ? If so, where we can define no. of concurrent users and no. of iteration like we do in Jmeter. Thanks in advance.
KeshavKumar's user avatar
1 vote
2 answers
103 views

The below Oracle query with REGEXP_REPLACE runs for almost 12 min. Is there a way to improve the performance? Can anyone suggest any performance tuning tips? I have added the explain plan below for ...
karthik's user avatar
  • 263
0 votes
1 answer
78 views

I have to do UI Testing for one of my application. I have tried JMeter ui scripting using webdriver plugin but execution fails at even 5 users as multiple browser get invoked and we are unable to ...
Farhan Meer's user avatar
3 votes
2 answers
451 views

I ran performance tests on a simple Node.js "Hello World" server in cluster mode (using PM2) and non-cluster mode on my 10-core ubuntu machine. I ran the tests using Apache benchmark tool ...
ariko stephen's user avatar
0 votes
2 answers
174 views

Our team has identified a memory leak in a .NET application running in a Kubernetes pod and needs to pinpoint and optimize the performance bottleneck. As a performance tester, I have experience in ...
zenitsu Agastuma's user avatar
0 votes
1 answer
60 views

I have a test plan created which contains a Single Thread Group, Approx 10 Transactions. Each transaction has a varying number of samplers. Example TXN1: 2 TXN2: 7 TXN3: 17 Etc Expected Application ...
Farhan Meer's user avatar
0 votes
1 answer
55 views

We use Jmeter(5.5) test to run the Performance test. Currently, our scripts use Thread Group but planning to move to the Open Model Thread group for better control over throughput. We have scenario ...
khushal wadake's user avatar
0 votes
1 answer
37 views

I have a test which runs using a Websocket. I have 2 messages I need to write to the websocket and listen to the response (appending message's and closing listener when EOF returned. It works fine ...
LeosSire's user avatar
  • 103
0 votes
1 answer
81 views

Background Let's say I have a complex MPI program with multiple message passing events and computations. The communication pattern is that of bidirectional ring messaging as shown in the figure below. ...
Nitin Malapally's user avatar
0 votes
0 answers
49 views

I have a website in WordPress. I am facing a performance error and I don't know what to change in order to make it more efficient while using PageSpeed Insights from Google. I have tried several ...
Mihneas22's user avatar
2 votes
2 answers
42 views

{"GetFormSessionSurfaceJsonResult": "{\"$type\":\"DecisionsFramework.Design.Form.FormSessionInfo, DecisionsFramework\",\"useCompositeControls\":false,\&...
Micheal's user avatar
  • 21

1
2 3 4 5
111