Skip to content

Commit 0ad6cc1

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 81fa86f + 37715f4 commit 0ad6cc1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
Http Benchmarks
22
===============
33

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.
55

66
### Example Benchmarks
77

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
1010

1111
> 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
1212
13-
## [Read the User Guide](https://httpbenchmarks.servicestack.net/about)
14-
1513
### Upload your Apache Benchmarks
1614

17-
[![Upload Benchmarks](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/AdminUI.png)](https://httpbenchmarks.servicestack.net/)
15+
![Upload Benchmarks](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/AdminUI.png)
1816

1917
### Visualize the Results
2018

21-
[![Visualize results](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/benchmark-example-dbs.png)](https://httpbenchmarks.servicestack.net/databases-in-asp-net?id=120)
19+
![Visualize results](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/benchmark-example-dbs.png)
2220

2321
### Analyze and Export
2422

25-
[![Analyze and Export](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/search-filter.png)](https://httpbenchmarks.servicestack.net/testplans/17/results)
23+
![Analyze and Export](https://raw.githubusercontent.com/ServiceStack/HttpBenchmarks/master/src/BenchmarksAnalyzer/Content/img/search-filter.png)
2624

2725
The gridview supports sorting of each column and the results can be further filtered with the filters provided.
2826

@@ -822,7 +820,7 @@ One challenge of maintaining publicly available source code that also gets deplo
822820
separate production settings with private connection strings and OAuth keys, whilst maintaining different public development
823821
environment optimized for requiring minimal infrastructure dependencies.
824822

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
826824
[PostgreSQL RDS](http://aws.amazon.com/rds/postgresql/) database backend, whilst during development we've opted for using an
827825
SQLite database which can be run locally without requiring users to have access to a PostgreSQL instance.
828826

0 commit comments

Comments
 (0)