feat: paralellize. Fix offset pols not used #5657
Annotations
10 warnings
performance-tests/Identity.Pool.Creator/PoolsGenerator/GraphPoolsGenerator.cs#L37
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L5
Non-nullable property 'Pools' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
performance-tests/Identity.Pool.Creator/PoolsFile/PoolFileRoot.cs#L6
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L6
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
performance-tests/Identity.Pool.Creator/PoolsFile/PoolEntry.cs#L8
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
performance-tests/Identity.Pool.Creator/PoolsGenerator/SimulatedAnnealingGenerator.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
performance-tests/Identity.Pool.Creator/PoolsGenerator/PoolsGenerator.cs#L141
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
performance-tests/Identity.Pool.Creator/PoolsGenerator/SimulatedAnnealingGenerator.cs#L82
Possible null reference argument for parameter 'currentSolution' in 'SolutionRepresentation? SimulatedAnnealingPoolsGenerator.GetNextState(SolutionRepresentation currentSolution, decimal connectorMessageRatio = 0.75)'.
|
This job succeeded
Loading