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
This PR introduces functionality for configuring a session by executing
predefined statements before the benchmark execution begins. Users
should specify the file containing these statements within the tag
`<sessionsetupfile> </sessionsetupfile>` in the benchmarks' config
files. CC: @bpkroth
For example,
```xml
<?xml version="1.0"?>
<parameters>
<!-- Connection details -->
<type>sqlserver</type>
...
<!-- Session setup statements file -->
<sessionsetupfile>config/sqlserver/session_setup_sqlserver_cmds_example.sql</sessionsetupfile>
...
```
See Also: #192
---------
Co-authored-by: Rana Alotaibi <ranaalotaibi@Ranas-MacBook-Pro.local>
Co-authored-by: Rana Alotaibi <ranaalotaibi@C1320-EMC-RE.redmond.corp.microsoft.com>
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
Co-authored-by: Brian Kroth <bpkroth@gmail.com>
0 commit comments