mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-06-27 11:11:13 +00:00
[AZ-1124] Add PT-10 gRPC stream perf scenario
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -19,6 +19,10 @@ class Program
|
||||
{
|
||||
return PerfBootstrap.GenerateUavFixture(args);
|
||||
}
|
||||
if (args[0].Equals("--run-pt10", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return await PerfBootstrap.RunPt10Async();
|
||||
}
|
||||
}
|
||||
|
||||
var apiUrl = Environment.GetEnvironmentVariable("API_URL") ?? "https://api:8080";
|
||||
|
||||
Reference in New Issue
Block a user