-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm sorry if this is quite obvious, but I couldn't figure it out from the docs.
I am benchmarking a function that takes Strings as input and want to run it on different strings. One of these strings is supposed to be quite long. That leads to divan printing the whole long string into the terminal effectively making the output unreadable.
How can I avoid this?
I guess I could wrap my input into the function with a custom ToString() method. But I find that quite ugly as it alters the input of my function affecting the benchmark results.
I was looking for ways to name the arguments or change the print output of divan instead of changing the benchmark function itself.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request