Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Continuous Profiling technical report #12

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
29 changes: 29 additions & 0 deletions technical-reports/Performance-Testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Performance Testing of TEAMMATES
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved

This report gives a detailed explanation of the profiling operations performed on TEAMMATES. It gives an outline of the
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
problem and describes our proposed solution.

* [Introduction](#Introduction)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
* [Problem](#Problem)
* [A brief overview of the Proposed Solution](#Overview-of-Solution)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
* [Tools considered for Performance Testing](#Tools-considered-for-Performance-Testing)
* [Reasons for using JMeter](#Reasons-for-using-JMeter)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
* [Design of the Workflow](#Design-of-the-workflow)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
* [Findings](#Findings)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved
* [Future Improvements](#Future-improvements)
RonakLakhotia marked this conversation as resolved.
Show resolved Hide resolved

## Introduction

## Problem

## Overview of Solution

## Tools considered for Performance Testing

## Reasons for using JMeter

## Design of the workflow

## Findings

## Future Improvements