|
1 | 1 | Http Benchmarks
|
2 | 2 | ===============
|
3 | 3 |
|
4 |
| -Source code for the HTTP Apache Benchmarks analyzer and exporter hosted at: https://httpbenchmarks.servicestack.net/ |
| 4 | +Source code for the HTTP Apache Benchmarks analyzer and exporter. |
5 | 5 |
|
6 | 6 | ### Example Benchmarks
|
7 | 7 |
|
8 |
| - - [Performance of different RDBMS within an ASP.NET Web Application](https://httpbenchmarks.servicestack.net/databases-in-asp-net?id=120) |
9 |
| - - [Performance of different ServiceStack Hosts](https://httpbenchmarks.servicestack.net/servicestack-hosts) |
| 8 | + - Performance of different RDBMS within an ASP.NET Web Application |
| 9 | + - Performance of different ServiceStack Hosts |
10 | 10 |
|
11 | 11 | > from a 2013 MacBook Pro with Windows 8 running [a ServiceStack impl](https://github.com/ServiceStack/HttpBenchmarks/blob/master/servers/Techempower.ServiceInterface/TechmeServices.cs) of the [Techempower benchmarks](http://www.techempower.com/benchmarks/#section=code) at localhost
|
12 | 12 |
|
13 |
| -## [Read the User Guide](https://httpbenchmarks.servicestack.net/about) |
14 |
| - |
15 | 13 | ### Upload your Apache Benchmarks
|
16 | 14 |
|
17 |
| -[](https://httpbenchmarks.servicestack.net/) |
| 15 | + |
18 | 16 |
|
19 | 17 | ### Visualize the Results
|
20 | 18 |
|
21 |
| -[](https://httpbenchmarks.servicestack.net/databases-in-asp-net?id=120) |
| 19 | + |
22 | 20 |
|
23 | 21 | ### Analyze and Export
|
24 | 22 |
|
25 |
| -[](https://httpbenchmarks.servicestack.net/testplans/17/results) |
| 23 | + |
26 | 24 |
|
27 | 25 | The gridview supports sorting of each column and the results can be further filtered with the filters provided.
|
28 | 26 |
|
@@ -822,7 +820,7 @@ One challenge of maintaining publicly available source code that also gets deplo
|
822 | 820 | separate production settings with private connection strings and OAuth keys, whilst maintaining different public development
|
823 | 821 | environment optimized for requiring minimal infrastructure dependencies.
|
824 | 822 |
|
825 |
| -In this case [httpbenchmarks.servicestack.net](https://httpbenchmarks.servicestack.net/) is running on AWS with a |
| 823 | +In this case httpbenchmarks.servicestack.net was running on AWS with a |
826 | 824 | [PostgreSQL RDS](http://aws.amazon.com/rds/postgresql/) database backend, whilst during development we've opted for using an
|
827 | 825 | SQLite database which can be run locally without requiring users to have access to a PostgreSQL instance.
|
828 | 826 |
|
|
0 commit comments