File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net8 .0\DatabaseBenchmark"
1+ $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net10 .0\DatabaseBenchmark"
22
33. .\ConnectionStrings.ps1
44. .\InputFiles.ps1
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- toolPath=" ../src/DatabaseBenchmark/bin/Release/net8 .0/linux-x64/DatabaseBenchmark"
3+ toolPath=" ../src/DatabaseBenchmark/bin/Release/net10 .0/linux-x64/DatabaseBenchmark"
44
55source ./connectionStrings.sh
66source ./inputFiles.sh
Original file line number Diff line number Diff line change 1- $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net8 .0\DatabaseBenchmark"
1+ $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net10 .0\DatabaseBenchmark"
22
33$traceQueries = " false"
44
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- toolPath=" ../src/DatabaseBenchmark/bin/Release/net8 .0/linux-x64/DatabaseBenchmark"
3+ toolPath=" ../src/DatabaseBenchmark/bin/Release/net10 .0/linux-x64/DatabaseBenchmark"
44
55traceQueries=" false"
66
Original file line number Diff line number Diff line change 1- $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net8 .0\DatabaseBenchmark"
1+ $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net10 .0\DatabaseBenchmark"
22
33$traceQueries = " true"
44$traceResults = " true"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- toolPath=" ../src/DatabaseBenchmark/bin/Release/net8 .0/linux-x64/DatabaseBenchmark"
3+ toolPath=" ../src/DatabaseBenchmark/bin/Release/net10 .0/linux-x64/DatabaseBenchmark"
44
55traceQueries=" true"
66traceResults=" true"
Original file line number Diff line number Diff line change 1- $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net8 .0\DatabaseBenchmark"
1+ $toolPath = " ..\src\DatabaseBenchmark\bin\Debug\net10 .0\DatabaseBenchmark"
22$queryScenarioFile = " Definitions\SampleQueryScenario.json"
33$rawQueryScenarioFile = " Definitions\SampleRawQueryScenario.json"
44
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- toolPath=" ../src/DatabaseBenchmark/bin/Release/net8 .0/linux-x64/DatabaseBenchmark"
3+ toolPath=" ../src/DatabaseBenchmark/bin/Release/net10 .0/linux-x64/DatabaseBenchmark"
44queryScenarioFile=" Definitions/SampleQueryScenario.json"
55rawQueryScenarioFile=" Definitions/SampleRawQueryScenario.json"
66
You can’t perform that action at this time.
0 commit comments