feat: add performance tests #2
run_performance_tests_windows.yml
on: pull_request
run_performance_tests_windows
4m 52s
Annotations
3 warnings
run_performance_tests_windows:
csharp/PhoneNumbers.PerformanceTest/Benchmarks/PhoneNumberParseBenchmark.cs#L13
Non-nullable field 'phoneNumberUtil' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
run_performance_tests_windows:
csharp/PhoneNumbers.PerformanceTest/Benchmarks/PhoneNumberFormatBenchmark.cs#L13
Non-nullable field 'phoneNumberUtil' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
run_performance_tests_windows:
csharp/PhoneNumbers.PerformanceTest/Benchmarks/PhoneNumberFormatBenchmark.cs#L14
Non-nullable field 'phoneNumber' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|