Skip to content

1-chris/DeviceDataIngestionStressTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Device Data Ingestion Stress Test

This is a simple stress test for the device data ingestion service. It is intended to be run on a single machine, and will generate a large number of devices and send data to the ingestion service.

Related:


To build

Requirements:

  1. .NET 7.0 SDK. Other versions may work.
  2. Windows or Linux
  3. Change the placeholder API endpoint and authentication token in code
  4. Run the below commands in the project directory.
  5. You can now run the executables

The below commands will build the project and output single, portable executable files.

Build for Windows

dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true

Build for Linux

dotnet publish -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages