added perf tests using test driver (#136)

* added perf tests using test driver
This commit is contained in:
Leila Lali
2016-11-08 14:37:43 -08:00
committed by GitHub
parent 3808dcdafd
commit 95a9c86dd3
10 changed files with 1538 additions and 24 deletions

View File

@@ -3,7 +3,10 @@
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
"emitEntryPoint": true,
"embed": [
"Scripts/AdventureWorks.sql"
]
},
"dependencies": {
"xunit": "2.1.0",