Skip to content

Commit 1915f02

Browse files
committed
Fix typos and language errors
1 parent 141a8cd commit 1915f02

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

technical-reports/Performance-Testing.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To do so, we need to be able to identify performance issue-prone operations with
2424

2525
## Overview of Solution
2626

27-
The idea behind L&P tests is to simplify the process of understanding production performance. The idea behind L&P tests is to simplify the process of understanding production performance and enable the developers to address bottlenecks before they become genuine production issues.
27+
The idea behind L&P tests is to simplify the process of understanding production performance and enable the developers to address bottlenecks before they become genuine production issues.
2828
Implementing these tests involves a few key points:
2929

3030
* A tool/software to help performing these tests.
@@ -52,11 +52,11 @@ One of the main reasons we use JMeter over the other tools was the **extensive d
5252

5353
Some other reasons why we found JMeter to be useful:
5454

55-
**Open Source** - JMeter is an open source software. This means that it can be downloaded free of cost. The developer can use its source code, can modify and customize it as per their requirement.
55+
**Open Source** - JMeter is an open source software. This means that it can be downloaded free of cost. The developers can use its source code, can modify and customize it as per their requirement.
5656

5757
**Ease of Integration** - It is easier to integrate JMeter into the project because of the [JMeter Java API](https://jmeter.apache.org/api/index.html). There is also a [jmeter-gradle plugin](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin) if you want to make it a part of your build process.
5858

59-
**Roust Reporting** - JMeter can generate the effective reporting. The test result can be visualized by using Graph, Chart, and Tree View. JMeter supports different formats for reporting like text, XML, HTML and JSON.
59+
**Roust Reporting** - JMeter can generate effective reporting. The test results can be visualized by using Graph, Chart, and Tree View. JMeter supports different formats for reporting like text, XML, HTML and JSON.
6060

6161
## Current implementation of the solution
6262

@@ -101,6 +101,4 @@ This is still a work-in-progress as we are yet to consolidate the results but ou
101101
We need to fine-tune the L&P test parameters and set suitable thresholds for failure. These should align with the goals of the application.
102102
Currently login takes a lot of time (compared to student profile, at least). So, we can explore the idea of using a delay after login, and testing the endpoint after that.
103103

104-
We can also explore elements like Timers and JSON Extractors. By synchronizing, timer JMeter spike Testing can be achieved.
105-
Synchronizing timer blocks thread until a specific amount of threads has been blocked and then release them all together thus creating large instantaneous load.
106-
104+
We can also explore elements like Timers and JSON Extractors. By synchronizing, Timer JMeter **Spike Testing** can be achieved.

0 commit comments

Comments
 (0)