aboutsummaryrefslogtreecommitdiff
path: root/build/RunBenchmarks.bat
diff options
context:
space:
mode:
authorArnoldZokas <arnold.zokas@coderoom.net>2010-12-08 19:16:13 +0000
committerArnoldZokas <arnold.zokas@coderoom.net>2010-12-08 19:16:13 +0000
commit865de6a2907f50bd3c0674ef125c92d6f04e877b (patch)
tree1f39cedc154265ca018f2c30d0c528af0798e9c7 /build/RunBenchmarks.bat
parenta02f9891d7abc2eff585dab544e287de39410822 (diff)
parent0c58d060f7e919439210fff5ee107e023b1c8199 (diff)
downloadprotobuf-865de6a2907f50bd3c0674ef125c92d6f04e877b.tar.gz
protobuf-865de6a2907f50bd3c0674ef125c92d6f04e877b.tar.bz2
protobuf-865de6a2907f50bd3c0674ef125c92d6f04e877b.zip
Merge branch 'master' of git://github.com/jskeet/dotnet-protobufs
Diffstat (limited to 'build/RunBenchmarks.bat')
-rw-r--r--build/RunBenchmarks.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/RunBenchmarks.bat b/build/RunBenchmarks.bat
new file mode 100644
index 00000000..944e15ab
--- /dev/null
+++ b/build/RunBenchmarks.bat
@@ -0,0 +1,5 @@
+@echo off
+
+%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild build.csproj /m /t:RunBenchmarks /p:BuildConfiguration=Release /p:Platform="Any CPU"
+
+pause \ No newline at end of file