Skip to content

Commit

Permalink
updating profile
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalkapuram committed Nov 29, 2024
1 parent 9193a77 commit b162834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private async Task TruncateMySQLDatabaseAsync(EventContext telemetryContext, Can
{
if (!cancellationToken.IsCancellationRequested)
{
await this.LogProcessDetailsAsync(process, telemetryContext, "MySQLServerConfiguration", logToFile: true);
await this.LogProcessDetailsAsync(process, telemetryContext, "Sysbench", logToFile: true);
process.ThrowIfDependencyInstallationFailed(process.StandardError.ToString());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"Parameters": {
"Scenario": "DownloadMySqlServerPackage",
"BlobContainer": "packages",
"BlobName": "mysql-server-8.0.36.zip",
"BlobName": "mysql-server-8.0.36-v1.zip",
"PackageName": "mysql-server",
"Extract": true,
"Role": "Server"
Expand All @@ -180,7 +180,7 @@
"Parameters": {
"Scenario": "DownloadSysbenchPackage",
"BlobContainer": "packages",
"BlobName": "sysbench-1.0.20.rev1.zip",
"BlobName": "sysbench-1.0.20.rev2.zip",
"PackageName": "sysbench",
"Extract": true
}
Expand Down Expand Up @@ -231,7 +231,7 @@
"Action": "SetGlobalVariables",
"Benchmark": "OLTP",
"DiskFilter": "$.Parameters.DiskFilter",
"Variables": "MAX_PREPARED_STMT_COUNT=1000000;MAX_CONNECTIONS=1000000",
"Variables": "MAX_PREPARED_STMT_COUNT=1000000;MAX_CONNECTIONS=100000",
"PackageName": "mysql-server",
"Role": "Server"
}
Expand Down

0 comments on commit b162834

Please sign in to comment.