Top "Performance-testing" questions

Performance Testing: The process of testing to determine the performance of a software product.

Can we run two thread groups parallely in a single test plan in Jmeter?

can we run two thread groups parallel by creating a single test plan in Jmeter ?? Example: I have to add 2 …

testing jmeter performance-testing
Why is TensorFlow 2 much slower than TensorFlow 1?

It's been cited by many users as the reason for switching to Pytorch, but I've yet to find a justification / …

python tensorflow keras performance-testing tensorflow2.0
JMeter gives "The target server failed" Error

We use Jmeter to do performance testing. I gave 10 threads(10 users) with ramp up time 60 secs, 4 out 10 users failing to …

jmeter performance-testing
Looking for a research: PNG Sprite vs SVG sprite vs Icon fonts

We are currently using PNGs in production for icons, but as a designer I'm trying to push for using SVG's …

performance svg icons png performance-testing
How to load 100 million records into MongoDB with Scala for performance testing?

I have a small script that's written in Scala which is intended to load a MongoDB instance up with 100,000,000 sample …

mongodb scala testing performance-testing nosql
Select random parameter captured using Ord=All

How to select a random parameter captured using web_reg_save_param("varParamName", "LB=value=\"", "RB=\"", "Ord=All", LAST);

performance-testing loadrunner
Load Testing and Benchmarking With siege vs wrk

I have been looking around for tools that can help me to do load testing and benchmarking. I found a …

benchmarking performance-testing stress-testing siege wrk
Best way to convert IEnumerable<char> to string?

Why isn't it possible to use fluent language on string? For example: var x = "asdf1234"; var y = new string(x.…

.net regex performance performance-testing
Measure full page size in Chrome DevTools

I've been googling for some time but haven't found any clear solution for this. I want to measure full webpage …

google-chrome web google-chrome-devtools performance-testing