2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 14:38:43 +00:00
This commit is contained in:
2026-06-08 18:27:08 +03:00
parent 253a24a466
commit 0939f71464
2 changed files with 3 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ for (var i = 0; i < 10; i++)
var intWorkloads = Shared.BuildIntWorkloads(seed);
results["esiur"].Add(
await EsiurTest.DoTest("iip://localhost:5005/sys/service", docsWorkloads, dataWorkLoads, intWorkloads)
await EsiurTest.DoTest("ep://localhost:5005/sys/service", docsWorkloads, dataWorkLoads, intWorkloads)
);
results["thrift"].Add(