You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, @pdonald shamed me into improving this :-), so here's what I've got so far.
When this is done, the idea is that on your SQL Server box, you'll be able to open an elevated Command Prompt and then run powershell -ExecutionPolicy Bypass -Command "iex (New-Object Net.WebClient).DownloadString('https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/setup-sqlserver-bootstrap.ps1')" and it'll download the right stuff and create the database tables. Then, as @pdonaldsuggested, you just need to run run-tests.py on your web server box with -d <ip of SQL Server box>. The -c Linux box will still be used to run wrk.
What this needs is configuring SQL Server to accept remote connections, which I'll try to get to in the next few days. (Though it's a little hard for me to test since I don't use Amazon EC2).
The text was updated successfully, but these errors were encountered:
Ok, @pdonald shamed me into improving this :-), so here's what I've got so far.
When this is done, the idea is that on your SQL Server box, you'll be able to open an elevated Command Prompt and then run
powershell -ExecutionPolicy Bypass -Command "iex (New-Object Net.WebClient).DownloadString('https://raw.github.com/TechEmpower/FrameworkBenchmarks/master/setup-sqlserver-bootstrap.ps1')"
and it'll download the right stuff and create the database tables. Then, as @pdonald suggested, you just need to runrun-tests.py
on your web server box with-d <ip of SQL Server box>
. The-c
Linux box will still be used to runwrk
.What this needs is configuring SQL Server to accept remote connections, which I'll try to get to in the next few days. (Though it's a little hard for me to test since I don't use Amazon EC2).
The text was updated successfully, but these errors were encountered: