Skip to content

Nanobenchmarks

Nanobenchmarks #1508

Triggered via pull request December 29, 2024 19:16
Status Failure
Total duration 2m 46s
Artifacts

lint.yaml

on: pull_request
check-remove-before-flight
22s
check-remove-before-flight
check-cpp
34s
check-cpp
check-iwyu
2m 32s
check-iwyu
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
check-cpp
Process completed with exit code 1.
whitespace/ending_newline: nanobenchmarks/examples.cpp#L58
Could not find a newline character at the end of the file.
build/include_what_you_use: nanobenchmarks/function_registry.cpp#L30
Add #include <string> for string
build/include_what_you_use: nanobenchmarks/function_registry.cpp#L25
Add #include <functional> for less<>
build/include_what_you_use: nanobenchmarks/function_registry.cpp#L30
Add #include <map> for map<>
whitespace/ending_newline: nanobenchmarks/function_registry.cpp#L38
Could not find a newline character at the end of the file.
readability/casting: nanobenchmarks/function_registry.hpp#L15
Using C-style cast. Use reinterpret_cast<BENCHMARK_CALLING_CONVENTION*>(...) instead
build/include_what_you_use: nanobenchmarks/function_registry.hpp#L27
Add #include <functional> for less<>
whitespace/ending_newline: nanobenchmarks/function_registry.hpp#L61
Could not find a newline character at the end of the file.
build/include_what_you_use: nanobenchmarks/main.cpp#L190
Add #include <memory> for make_unique<>
whitespace/ending_newline: nanobenchmarks/main.cpp#L267
Could not find a newline character at the end of the file.