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

Kenny/reflection #30

Open
wants to merge 47 commits into
base: dev
Choose a base branch
from
Open

Commits on Aug 18, 2023

  1. refactor:clean repo

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bb5a935 View commit details
    Browse the repository at this point in the history
  2. initial commit

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    41bfd87 View commit details
    Browse the repository at this point in the history
  3. setup skeleton

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    018a80d View commit details
    Browse the repository at this point in the history
  4. update: add configs

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    83f3c56 View commit details
    Browse the repository at this point in the history
  5. docs:changelong, code of conduct, contributing, license

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cd7b546 View commit details
    Browse the repository at this point in the history
  6. docs: fix readme

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    84fd40c View commit details
    Browse the repository at this point in the history
  7. docs: fix typo

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1f70c54 View commit details
    Browse the repository at this point in the history
  8. feat: ci workflow

    Kenny Nguyen authored and Kenny Nguyen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    72e7554 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. add tools

    Kenny Nguyen authored and Kenny Nguyen committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    d7f545c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. feat: add fetch component

    Kenny Nguyen authored and Kenny Nguyen committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    095a1e1 View commit details
    Browse the repository at this point in the history
  2. feat:add concurrency test

    Kenny Nguyen authored and Kenny Nguyen committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    3816f07 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    acd7de9 View commit details
    Browse the repository at this point in the history
  2. feat: add grpc-app

    Kenny Nguyen authored and Kenny Nguyen committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6dc5e38 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. merged dev into loadTest

    ariellinn committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8d01bbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e004a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7324683 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    91f6031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b64b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    8a6de3c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    587c718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4ebdca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from kennysghub/load-test-engine

    Load test engine
    camina-drummer authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bf68bfd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    9b22b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1c1645 View commit details
    Browse the repository at this point in the history
  3. edited logs

    ariellinn committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0a9f42c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. num calls

    ariellinn committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    9c27e68 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. class MetricInterceptor

    ariellinn committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0bfa35a View commit details
    Browse the repository at this point in the history
  2. fixed numErrors

    ariellinn committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1f1deb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Start

    camina-drummer committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b7a0a0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eab10b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ae4c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f1ce4f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. feat: compile proto files to a descriptor set binary file && add serv…

    …er reflection
    Kenny Nguyen authored and Kenny Nguyen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a493eb0 View commit details
    Browse the repository at this point in the history
  2. add commander

    Kenny Nguyen authored and Kenny Nguyen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    de1e193 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    f4dd33c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. attempt: created clusters and worker threads based on user input and …

    …send calls to grpc server for each worker thread. Incorrrect function is repeated for all threads
    ariellinn committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5f1377e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ariel/cluster' into kenny/reflection

    merge ariel/cluster
    Kenny Nguyen authored and Kenny Nguyen committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0d30766 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. feat: add ssl certs, metric-dashboard, cli-tool

    Kenny Nguyen authored and Kenny Nguyen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9a9444e View commit details
    Browse the repository at this point in the history
  2. update: changelog

    Kenny Nguyen authored and Kenny Nguyen committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    53881cb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. feat: add cli-support

    Kenny Nguyen authored and Kenny Nguyen committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    842bb56 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. style: format lte, cli, server & client

    Kenny Nguyen authored and Kenny Nguyen committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f2eec66 View commit details
    Browse the repository at this point in the history
  2. fix: generate dashboard

    Kenny Nguyen authored and Kenny Nguyen committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    103e40d View commit details
    Browse the repository at this point in the history
  3. fix: generate dashboard

    Kenny Nguyen authored and Kenny Nguyen committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c7cac9b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. fix: worker_threads message passing

    Kenny Nguyen authored and Kenny Nguyen committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c746110 View commit details
    Browse the repository at this point in the history
  2. chore: clean repo

    Kenny Nguyen authored and Kenny Nguyen committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    99afa8e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. feat: add elu & cpu usage metrics

    Kenny Nguyen authored and Kenny Nguyen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    21f7e43 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore: clean repo

    Kenny Nguyen authored and Kenny Nguyen committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b9f7c97 View commit details
    Browse the repository at this point in the history