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

Extensive improvements in benchmark tool #1042

Merged
merged 3 commits into from
Mar 13, 2024

perhaps cleaner code, avoiding a lot of duplication

267c68f
Select commit
Loading
Failed to load commit list.
Merged

Extensive improvements in benchmark tool #1042

perhaps cleaner code, avoiding a lot of duplication
267c68f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 13, 2024 in 4s

2 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 361 in src/cltools/Benchmark.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Declaration hides variable Note

Variable i hides another variable of the same name (on
line 340
).

Check failure on line 301 in src/cltools/Benchmark.cpp

See this annotation in the file changed.

Code scanning / CodeQL

File created without restricting permissions High

A file may be created here with mode 0666, which would make it world-writable.