SuperBenchmarker
SuperBenchmarker copied to clipboard
Apache Benchmark (ab.exe) on steroids
something like --insecure to allow for benchmarking when certificate is not valid
The -X option is kinda pointless cause it just enables whats already defaulted HttpRequestHandler’s UseProxy defaults to true https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclienthandler.useproxy?view=netcore-3.1#System_Net_Http_HttpClientHandler_UseProxy. Proxy defaults to null which at execution time ends up meaning...
👋 G'day! any thoughts on offering this also as a `dotnet tool` so anyone can install it on their machine where .NET Core is installed? Reference: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install Cheers!
When you run sb without parameters, within an osx terminal, the terminal text colour remains a light grey on white. When you run sb with parameters (i.e. run a test),...