google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 269 forks source link

Improving log message #1971

Closed gustavogaldinoo closed 7 months ago

gustavogaldinoo commented 7 months ago

Improving log message by displaying only function name, instead of trying to print function itself.

Also took the opportunity to replace Callable with FunctionType when declaring argument type, as Callable is more generic.

Before:

Screenshot 2024-04-18 at 11 43 37

After:

Screenshot 2024-04-18 at 12 06 15
jonathanmetzman commented 7 months ago

Add me as a reviewer to PRs to make sure I see it!