Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first simple test #360

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Add first simple test

64eaeeb
Select commit
Loading
Failed to load commit list.
Draft

Add first simple test #360

Add first simple test
64eaeeb
Select commit
Loading
Failed to load commit list.
Code Style Turtle / Code Formatting Test failed Jan 23, 2025 in 5s

Clang-Format Checker

Completed code style check

Details

Some files are not formatted according to your code style.

Annotations

Check failure on line 48 in include/lo2s/perf/event_provider.hpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

include/lo2s/perf/event_provider.hpp#L48

+

Check failure on line 54 in src/perf/event_provider.cpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

src/perf/event_provider.cpp#L54

-#define PERF_EVENT(name, type, id) { (name), (type), (id) }
+#define PERF_EVENT(name, type, id)                                                                 \
+    {                                                                                              \
+        (name), (type), (id)                                                                       \
+    }

Check failure on line 376 in src/perf/event_provider.cpp

See this annotation in the file changed.

@code-style-turtle code-style-turtle / Code Formatting Test

src/perf/event_provider.cpp#L376

+