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

implement load tester prototype #363

Merged
merged 28 commits into from
Jun 5, 2020
Merged

implement load tester prototype #363

merged 28 commits into from
Jun 5, 2020

Commits on Jun 4, 2020

  1. [WIP]implement load tester prototype

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    c393cd4 View commit details
    Browse the repository at this point in the history
  2. use errgroup

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    552d47e View commit details
    Browse the repository at this point in the history
  3. add variable length id generator

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8b92d71 View commit details
    Browse the repository at this point in the history
  4. fix based on the comments

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1ee0e4b View commit details
    Browse the repository at this point in the history
  5. fix

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8cca659 View commit details
    Browse the repository at this point in the history
  6. add configuration

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3285013 View commit details
    Browse the repository at this point in the history
  7. use internal/net/grpc

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3a0c19c View commit details
    Browse the repository at this point in the history
  8. use errgroup

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f87434d View commit details
    Browse the repository at this point in the history
  9. fix search

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6b233b4 View commit details
    Browse the repository at this point in the history
  10. fix

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    33b7502 View commit details
    Browse the repository at this point in the history
  11. fix

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    fb64dd1 View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    433655b View commit details
    Browse the repository at this point in the history
  13. refactor

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    9db0282 View commit details
    Browse the repository at this point in the history
  14. add logging

    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6166df5 View commit details
    Browse the repository at this point in the history
  15. bug fix

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f5b1087 View commit details
    Browse the repository at this point in the history
  16. 🤖 Update license headers / Format go codes and yaml files

    Signed-off-by: vdaas-ci <ci@vdaas.org>
    vdaas-ci authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    b5f4b9d View commit details
    Browse the repository at this point in the history
  17. fix as per the comment

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2d21103 View commit details
    Browse the repository at this point in the history
  18. add comments

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e98b4e4 View commit details
    Browse the repository at this point in the history
  19. add comments

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    48b0964 View commit details
    Browse the repository at this point in the history
  20. modify go modules

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    6ae1870 View commit details
    Browse the repository at this point in the history
  21. fix file permission

    Signed-off-by: Kosuke Morimoto <kou.morimoto@gmail.com>
    kmrmt authored and actions-user committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    08389e2 View commit details
    Browse the repository at this point in the history
  22. fix: apply suggestion

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    922dfb5 View commit details
    Browse the repository at this point in the history
  23. fix: option setings

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    56e3124 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. fix: apply suggestion

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    8094656 View commit details
    Browse the repository at this point in the history
  2. fix: refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    eed3fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41385b5 View commit details
    Browse the repository at this point in the history
  4. fix: make gotests/gen

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2806dbc View commit details
    Browse the repository at this point in the history
  5. fix: lint error

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a00c4ea View commit details
    Browse the repository at this point in the history