Skip to content

Minor changes to benchmarks, implemented custom counters. add explan… #34

Minor changes to benchmarks, implemented custom counters. add explan…

Minor changes to benchmarks, implemented custom counters. add explan… #34

Triggered via push July 27, 2024 17:48
Status Success
Total duration 1m 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/RobinHoodMap.cs#L254
Possible null reference assignment.
build: src/RobinHoodMap.cs#L286
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L68
Converting null literal or possible null value to non-nullable type.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L70
Possible null reference argument for parameter 'value' in 'bool QuadMap<uint, string>.Emplace(uint key, string value)'.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapContainsTests.cs#L59
Cannot convert null literal to non-nullable reference type.
build: unittests/Faster.Map.CMap.Tests/LargeStruct.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L155
Unboxing a possibly null value.
build: unittests/Faster.Map.CMap.Tests/LargeStructTests.cs#L87
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/EmplaceTests.cs#L45
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L110
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)