diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:16:41 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-28 03:16:41 -0400 |
commit | 64a508fb9e45a3ff86bb4f87d428bc45a31f852e (patch) | |
tree | 62f9d056495219fd2e7d5378ffd36e89a8651d33 | |
parent | 561a63a6ec16c547aa0ca29a90c3225a035232bb (diff) | |
download | getwtxt-64a508fb9e45a3ff86bb4f87d428bc45a31f852e.tar.gz |
fixed formatting
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md index 510369e..b2178c9 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,6 @@ $ curl 'https://twtxt.example.com/api/plain/tweets' foo_barrington https://foo.barrington.ext/twtxt.txt 2019-03-01T09:31:02.000Z Hey everybody! It's my first status! ... ... - ``` ### Fetch All Users @@ -192,8 +191,7 @@ foo https://example.com/twtxt.txt 2019-03-01T09:31:02.000Z I love #prog ``` $ curl 'https://twtxt.example.com/api/plain/tweets?q=getwtxt' -foo_barrington https://example3.com/twtxt.txt 2019-04-30T06:00:09.000Z I just built getwtxt, time to set it up! - +foo_barrington https://example3.com/twtxt.txt 2019-04-30T06:00:09.000Z I just installed getwtxt! ``` ## Benchmarks @@ -204,7 +202,7 @@ foo_barrington https://example3.com/twtxt.txt 2019-04-30T06:00:09.000Z $ bombardier -c 100 -n 200000 http://localhost:9001/api/plain/tweets Bombarding http://localhost:9001/api/plain/tweets with 200000 request(s) using 100 connection(s) - 200000 / 200000 [==============================================================================] 100.00% 15100/s 13s + 200000 / 200000 [=============================================================] 100.00% 15100/s 13s Done! |