You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking, I realized this relates to having :: in your benchmark names. Currently we use this as a separator between the benchmark uri elements so we can identify in which mod/crate the call happened.
Since your benchmark name contains this separator, this messes with our internal parsing logic.
We are in the process of bringing more structure in the benchmark URIs so this problem doesn't happen anymore and we can also support having any kind of other chars that creates issues as of today, like \n
This is definitely annoying so we'll try to fix this asap.
Workaround
If you remove this "::" from your benchmark names, the problem wont happen anymore.
art049
changed the title
Some benchmark names get cut off
Double colons break benchmark names
Dec 20, 2024
benchmark: https://github.com/paradigmxyz/reth/blob/00d67ba48e64bf4cfa8db014b31de97c3ef73f82/crates/trie/common/benches/prefix_set.rs#L67
On codspeed.io: https://codspeed.io/paradigmxyz/reth/branches/dani%2Fcodspeed?uri=crates%2Ftrie%2Fcommon%2Fbenches%2Fprefix_set.rs%3A%3Aprefix_set%3A%3Aprefix_set_lookups%3A%3APrefix%2520Set%2520Lookups%3A%3Aprefix%2520set%2520%257C%2520preload%2520size%3A%252010%2520%257C%2520input%2520size%3A%252010%2520%257C%2520%2560BTreeSet%2560%2520with%2520%2560BTreeSet%3A%3Arange%2560%2520lookup
Could it be due to backticks?
The text was updated successfully, but these errors were encountered: