[OpCode Benchmark] add benchmark files #10824
Annotations
1 error and 11 warnings
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
|
src/Neo.VM/ReferenceCounter/ReferenceCounterV2.cs#L38
Cannot convert null literal to non-nullable reference type.
|
benchmarks/Neo.VM.Benchmarks/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
The entry point of the program is global code; ignoring 'TestingPlatformEntryPoint.Main(string[])' entry point.
|
benchmarks/Neo.VM.Benchmarks/NativeContract/CryptoLib/CryptoLib.RIPEMD160.cs#L20
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L20
Non-nullable field '_script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GE.cs#L21
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/VMTypes/Benchmarks_Convert.cs#L22
Non-nullable field 'testItemsByType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.GT.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
benchmarks/Neo.VM.Benchmarks/OpCode/Arithmetic/OpCode.LE.cs#L22
Non-nullable field '_engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job failed
Loading