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
Our use case is to benchmark mercurial revsets, a revset is a expression like roots((0::) - (0::tip)) and we want to display the revset as it in the web ui instead of the benchmark function name which seems unrelated because it cannot contains special characters (eg. time_root_0_minus_0_tip).
I guess there can be other similar uses cases of such feature for projects using asv.
The text was updated successfully, but these errors were encountered:
philpep
added a commit
to philpep/asv
that referenced
this issue
Jun 3, 2016
This optional parameter is printed in web UI instead of function name
allowing to use all characters set that would be avoided for a python
function name.
Closesairspeed-velocity#424
This optional parameter is printed in web UI instead of function name
allowing to use all characters set that would be avoided for a python
function name.
Closesairspeed-velocity#424
Hello,
Our use case is to benchmark mercurial revsets, a revset is a expression like
roots((0::) - (0::tip))
and we want to display the revset as it in the web ui instead of the benchmark function name which seems unrelated because it cannot contains special characters (eg.time_root_0_minus_0_tip
).I guess there can be other similar uses cases of such feature for projects using asv.
The text was updated successfully, but these errors were encountered: