Browse Source

Updated the list of tests known to run on Windows

Pēteris Ņikiforovs 12 years ago
parent
commit
13c9aa39af
1 changed files with 23 additions and 11 deletions
  1. 23 11
      README.md

+ 23 - 11
README.md

@@ -122,7 +122,7 @@ Assuming this finished without error, we're ready to start the test suite:
 This will run the full set of tests. Results of all the tests will output to ~/FrameworkBenchmarks/results/unique-machine-name/*timestamp*.
 This will run the full set of tests. Results of all the tests will output to ~/FrameworkBenchmarks/results/unique-machine-name/*timestamp*.
 
 
 ### Windows Instructions
 ### Windows Instructions
-Generously provided by @pdonald
+Generously provided by [@pdonald](https://github.com/pdonald)
 
 
 Note: The following tests are the only known tests to run on Windows
 Note: The following tests are the only known tests to run on Windows
 * aspnet
 * aspnet
@@ -131,36 +131,48 @@ Note: The following tests are the only known tests to run on Windows
 * aspnet-mongodb-raw
 * aspnet-mongodb-raw
 * aspnet-mysql-entityframework
 * aspnet-mysql-entityframework
 * aspnet-postgres-entityframework
 * aspnet-postgres-entityframework
+* cake
+* express
+* express-mongodb
 * nodejs
 * nodejs
 * nodejs-mongodb
 * nodejs-mongodb
-* nodejs-mongodb-raw
 * express
 * express
 * express-mongodb
 * express-mongodb
-* kohana
-* kohana-raw
+* php
+* php-raw
 * codeigniter
 * codeigniter
 * codeigniter-raw
 * codeigniter-raw
+* fuel
+* kohana
+* kohana-raw
+* laravel
+* laravel-raw
+* lithium
+* micromvc
+* slim
+* phreeze
 
 
 Server installation scripts for Windows Server 2012 R2 on Amazon EC2.
 Server installation scripts for Windows Server 2012 R2 on Amazon EC2.
 
 
 Instructions:
 Instructions:
 
 
-* Create an instance from the Microsoft Windows Server 2012 Base image on Amazon EC2
+* Create an instance from the `Microsoft Windows Server 2012 Base` image on Amazon EC2
 * Connect to it via Remote Desktop
 * Connect to it via Remote Desktop
-* Copy installer-bootstrap.ps1 from this repo to the server (for files CTRL-C + CTRL-V works alright)
+* Copy `installer-bootstrap.ps1` from this repo to the server (for files CTRL-C + CTRL-V works alright)
 * Copy your client private key too while you're at it
 * Copy your client private key too while you're at it
-* Right click on the installer script and select Run with PowerShell
+* Right click on the installer script and select `Run with PowerShell`
 * It will ask something, just hit enter
 * It will ask something, just hit enter
-* It will install git and then launch installer.ps1 from the repo which will install everything else
+* It will install git and then launch `installer.ps1` from the repo which will install everything else
 * Installation shouldn't take more than 5 to 10 minutes
 * Installation shouldn't take more than 5 to 10 minutes
-* Then you have a working console: try python, git, ssh, curl, node etc. everything works + PowerShell goodies
+* Then you have a working console: try `python`, `git`, `ssh`, `curl`, `node` etc. everything works + PowerShell goodies
 
 
 The client/database machine is still assumed to be a Linux box, you can install just the client software via
 The client/database machine is still assumed to be a Linux box, you can install just the client software via
-  python run-tests.py -s server-ip -c client-ip -i "C:\Users\Administrator\Desktop\client.key" --install-software --install client --list-tests
+
+    python run-tests.py -s server-ip -c client-ip -i "C:\Users\Administrator\Desktop\client.key" --install-software --install client --list-tests
 
 
 Now you can run tests:
 Now you can run tests:
 
 
-  python run-tests.py -s server-ip -c client-ip -i "C:\Users\Administrator\Desktop\client.key" --max-threads 2 --duration 30 --sleep 5 --name win --test aspnet --type all
+    python run-tests.py -s server-ip -c client-ip -i "C:\Users\Administrator\Desktop\client.key" --max-threads 2 --duration 30 --sleep 5 --name win --test aspnet --type all
 
 
 
 
 ## Result Files
 ## Result Files