novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

commit ad77ecc520b075fd879da181ae9ed063d5d579f2
parent 237dd3bbad7b0afc7dd58c3133ca034e5e4c6777
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date:   Sun, 17 Feb 2019 09:51:54 -0500

Remove benchmark section

Diffstat:
MREADME.md | 59-----------------------------------------------------------
1 file changed, 0 insertions(+), 59 deletions(-)

diff --git a/README.md b/README.md @@ -27,65 +27,6 @@ Running on appspot "bees": ```$ curl http://moe:$PASSWORD@$APPID.appspot.com/yes``` 4. Visit $APPID.appspot.com in your browser to behold your new novelty server. -Sample Benchmarks -=== - - $ ab -n 1000 -c 20 http://$APPID.appspot.com/ - This is ApacheBench, Version 2.3 <$Revision: 655654 $> - Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ - Licensed to The Apache Software Foundation, http://www.apache.org/ - - Benchmarking $APPID.appspot.com (be patient) - Completed 100 requests - Completed 200 requests - Completed 300 requests - Completed 400 requests - Completed 500 requests - Completed 600 requests - Completed 700 requests - Completed 800 requests - Completed 900 requests - Completed 1000 requests - Finished 1000 requests - - - Server Software: Google - Server Hostname: $APPID.appspot.com - Server Port: 80 - - Document Path: / - Document Length: 730 bytes - - Concurrency Level: 20 - Time taken for tests: 13.121 seconds - Complete requests: 1000 - Failed requests: 0 - Write errors: 0 - Total transferred: 875000 bytes - HTML transferred: 730000 bytes - Requests per second: 76.21 [#/sec] (mean) - Time per request: 262.424 [ms] (mean) - Time per request: 13.121 [ms] (mean, across all concurrent requests) - Transfer rate: 65.12 [Kbytes/sec] received - - Connection Times (ms) - min mean[+/-sd] median max - Connect: 54 66 9.2 63 131 - Processing: 125 195 75.5 153 695 - Waiting: 124 195 75.4 153 695 - Total: 181 261 76.7 223 756 - - Percentage of the requests served within a certain time (ms) - 50% 223 - 66% 269 - 75% 316 - 80% 332 - 90% 388 - 95% 412 - 98% 437 - 99% 446 - 100% 756 (longest request) - License ===