mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-14 12:08:32 -05:00
added perf tests using test driver (#136)
* added perf tests using test driver
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
"emitEntryPoint": true
|
||||
"emitEntryPoint": true,
|
||||
"embed": [
|
||||
"Scripts/AdventureWorks.sql"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"xunit": "2.1.0",
|
||||
|
||||
Reference in New Issue
Block a user