Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.27 KB

File metadata and controls

49 lines (31 loc) · 1.27 KB

Console Application for Load Testing PillarsHub.com

This repository contains a C# console application designed for load testing data into PillarsHub.com.

Table of Contents

Overview

This console application is developed to facilitate load testing for PillarsHub.com. It automates the process of generating and uploading test data, allowing you to evaluate the performance and reliability of the platform under different load conditions.

Features

  • Generate test data to PillarsHub.com.
  • Upload csv data to PillarsHub.com.

Installation

  1. Clone the repository:

    git clone https://github.com/PillarsHub/DataLoader
    cd your-repo-name
  2. Open the project in your preferred C# development environment (e.g., Visual Studio).

  3. Restore the necessary NuGet packages.

Usage

  1. Configure the application settings as needed.

  2. Build the application.

  3. Run the executable from the command line:

    your-application.exe

    Follow the on-screen instructions to perform load testing.

License

This project is licensed under the MIT License. See the LICENSE file for details.