Skip to content

Accelerate specialized ASCII Shift Cipher using hardware intrinsics #2

Accelerate specialized ASCII Shift Cipher using hardware intrinsics

Accelerate specialized ASCII Shift Cipher using hardware intrinsics #2

Triggered via pull request December 25, 2024 19:02
@Peter-JuhaszPeter-Juhasz
synchronize #4
shift-simd
Status Failure
Total duration 1m 24s
Artifacts

perf.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L96
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Science.Cryptography.Ciphers/Tools/TabulaRecta.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: perf/Science.Cryptography.Ciphers.Benchmarks/v1v2/XorBenchmarks.cs#L16
The field 'V1V2XorBenchmarks.Text' is assigned but its value is never used
build: src/Science.Cryptography.Ciphers.Console/RawConsoleLogger.cs#L8
Nullability in constraints for type parameter 'TState' of method 'RawConsoleLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build: src/Science.Cryptography.Ciphers.Console/Program.cs#L224
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.
build: src/Science.Cryptography.Ciphers.Console/Program.cs#L489
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.
build: src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Science.Cryptography.Ciphers/Extensions/ValueEnumerableExtensions.cs#L96
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Science.Cryptography.Ciphers/Tools/TabulaRecta.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.