Skip to content

Commit 6a820b3

Browse files
authored
Merge branch 'main' into users/alexwill/fix-hammerdb-password
2 parents f23dac6 + 08d1fc1 commit 6a820b3

83 files changed

Lines changed: 975 additions & 452 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.9
1+
3.0.14

website/docs/workloads/mlperf/mlperf-developer-guide.md renamed to src/VirtualClient/Archive/Docs/mlperf/mlperf-developer-guide.md

File renamed without changes.
File renamed without changes.

website/docs/workloads/mlperf/mlperf-trainining-bert-preprocessing-data.md renamed to src/VirtualClient/Archive/Docs/mlperf/mlperf-trainining-bert-preprocessing-data.md

File renamed without changes.
File renamed without changes.

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-MLPERF-NVIDIA.json renamed to src/VirtualClient/Archive/Profiles/PERF-GPU-MLPERF-NVIDIA.json

File renamed without changes.

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-MLPERF-TRAINING-NVIDIA.json renamed to src/VirtualClient/Archive/Profiles/PERF-GPU-MLPERF-TRAINING-NVIDIA.json

File renamed without changes.

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-MLPERF.json renamed to src/VirtualClient/Archive/Profiles/PERF-GPU-MLPERF.json

File renamed without changes.

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SUPERBENCH-NVIDIA.json renamed to src/VirtualClient/Archive/Profiles/PERF-GPU-SUPERBENCH-NVIDIA.json

File renamed without changes.

src/VirtualClient/VirtualClient.Actions/3DMark/ThreeDMarkExecutor.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ public ThreeDMarkExecutor(IServiceCollection dependencies, IDictionary<string, I
4747
}
4848

4949
/// <summary>
50-
/// 3DMark enterprise lisence key
50+
/// 3DMark enterprise license key
5151
/// </summary>
52-
public string LisenceKey
52+
public string LicenseKey
5353
{
5454
get
5555
{
56-
return this.Parameters.GetValue<string>(nameof(ThreeDMarkExecutor.LisenceKey));
56+
return this.Parameters.GetValue<string>(nameof(ThreeDMarkExecutor.LicenseKey));
5757
}
5858
}
5959

@@ -197,7 +197,7 @@ private Task ExecuteWorkloadAsync(EventContext telemetryContext, CancellationTok
197197
}
198198

199199
// Lisence Registry
200-
using (IProcessProxy process = this.systemManagement.ProcessManager.CreateProcess(psexec, $"{baseArg} {this.ExecutablePath} --register={this.LisenceKey}", this.psexecDir))
200+
using (IProcessProxy process = this.systemManagement.ProcessManager.CreateProcess(psexec, $"{baseArg} {this.ExecutablePath} --register={this.LicenseKey}", this.psexecDir))
201201
{
202202
this.CleanupTasks.Add(() => process.SafeKill(this.Logger));
203203

0 commit comments

Comments
 (0)