Skip to content

Instantly share code, notes, and snippets.

@ayende
Created June 12, 2019 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayende/9a1d413115700fc9ca1cd00e2300bdf2 to your computer and use it in GitHub Desktop.
Save ayende/9a1d413115700fc9ca1cd00e2300bdf2 to your computer and use it in GitHub Desktop.
# install .net core
$ wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
$ sudo dpkg -i packages-microsoft-prod.deb
$ sudo add-apt-repository universe
$ sudo apt-get install apt-transport-https
$ sudo apt-get update
$ sudo apt-get install dotnet-sdk-2.2
# clone repos
$ git clone https://github.com/ayende/benchmark-post.git
$ cd benchmark-post/
# run benchmark
$ dotnet run -c release http://ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com:8080/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment