Pārlūkot izejas kodu

Fix README.md not to say that this is only for SQL Server

This now works against other databases.
Malcolm Evershed 12 gadi atpakaļ
vecāks
revīzija
4173d5b248
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      aspnet-stripped/README.md

+ 1 - 1
aspnet-stripped/README.md

@@ -1,5 +1,5 @@
 This is a heavily stripped-down version of [pdonald](https://github.com/pdonald/)'s aspnet tests.
 This is a heavily stripped-down version of [pdonald](https://github.com/pdonald/)'s aspnet tests.
-Right now this is designed to run on Windows against SQL Server on Windows.
+Right now this is designed to run on Windows.
 
 
 For CPU-bound tests such as db, json, fortunes, and plaintext, this is approximately twice as fast as the non-stripped aspnet tests. The performance is obtained by using ASP.NET IHttpHandlers, old-style .aspx files (when HTML is output) and removing unnecessary IIS/ASP.NET modules, especially ones related to URL routing and especially ones written in .NET.
 For CPU-bound tests such as db, json, fortunes, and plaintext, this is approximately twice as fast as the non-stripped aspnet tests. The performance is obtained by using ASP.NET IHttpHandlers, old-style .aspx files (when HTML is output) and removing unnecessary IIS/ASP.NET modules, especially ones related to URL routing and especially ones written in .NET.