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