dhoomakethu / stress

stress testing with GO
MIT License
32 stars 10 forks source link

PR (git patch file) for building stress using current go modules, doc and listing updates #2

Closed galxy25 closed 3 years ago

galxy25 commented 3 years ago

PR (git patch file) for building stress using current go modules, doc and listing updates

If you give me push access I'm happy to open actual PR @dhoomakethu

dhoomakethu commented 3 years ago

@galxy25 Thanks for the patch. You can directly raise a PR request against the master branch from your fork I believe. Let me know if you are unable to do so.

galxy25 commented 3 years ago

@dhoomakethu it won't let me push up my branch

[octo@ValleyOfTheForge stress]$ git log
commit a83e8e563faf77dd25a63f738bcb681c7c4ea8b6 (HEAD -> 2021-refresh)
Author: Levi Sky <levi@tozny.com>
Date:   Sun Apr 11 16:29:47 2021 -0700

    Add go.mod and go.sum, minor doc and misc linting.

commit 4e61bc1a032240a613842c6b5136b63c002cfc33 (origin/master, origin/HEAD, master)
Author: sanjay <sanjay@riptideio.com>
Date:   Mon Jan 25 08:45:50 2016 +0530

     refactoring code and removing redundent code

commit 9e62703b24f7f9b5ad48dd3938712637f80feca8
Author: sanjay <sanjay@riptideio.com>
Date:   Fri Jan 22 21:10:03 2016 +0530

    added version info and updated readme.md

[octo@ValleyOfTheForge stress]$ git push 
ERROR: Permission to dhoomakethu/stress.git denied to galxy25.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
[octo@ValleyOfTheForge stress]$ 
dhoomakethu commented 3 years ago

You will have to fork the project and push the changes and raise a MR from your forked repo.

galxy25 commented 3 years ago

@dhoomakethu https://github.com/dhoomakethu/stress/pull/3