Skip to main content

A package to simulate operations load.

Project description

Load Simulator

Overview

The Load Simulator is designed to simulate a variety of mathematical operations. It offers different levels of complexities and maintains an operation rate limiting feature.

Update

The Load Simulator package is now available on PyPI. You can easily install it using pip:

pip install load-simulator==0.1.1

Modules

constants.py

Contains constants and enumerations.

models.py

Defines data models for operation details, a list of operations, and simulator configuration.

operation_executor.py

Contains the OperationExecutor class to execute mathematical operations.

utilities.py

Utility functions and context managers for logging and other functionalities.

load_simulator.py

Contains the LoadSimulator class and run_simulator function for simulating the load for mathematical operations.

Installation

PyPI Method

  1. Install the package

    pip install load-simulator==0.1.1
    

Manual Method

  1. Clone the repository

    git clone https://github.com/yourkin/load-simulator.git
    
  2. Navigate to the project directory

    cd load_simulator
    
  3. Install dependencies using Poetry

    poetry install
    
  4. Activate the virtual environment

    poetry shell
    

Usage

The run_simulator function can be imported to run the simulation:

from load_simulator.load_simulator import run_simulator

run_simulator(
    seconds_to_run=10, 
    complexity="medium", 
    max_ops_per_sec=5
)

Parameters for run_simulator

  • seconds_to_run: Number of seconds to run the simulation.
  • complexity: Complexity level for operations. Options are "easy", "medium", and "complicated".
  • max_ops_per_sec: Maximum number of operations per second.

Testing

Run the following command to execute the tests:

pytest

Contributing

Fork the repository and make changes as you'd like. Pull requests are warmly welcome.

For commit messages, conform to Conventional Commits.


License

Distributed under the MIT License. See LICENSE for more information.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

load_simulator-0.1.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

load_simulator-0.1.1-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page