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

Display custom name instead of benchmark function name in web ui #424

Closed
philpep opened this issue Jun 3, 2016 · 0 comments
Closed

Display custom name instead of benchmark function name in web ui #424

philpep opened this issue Jun 3, 2016 · 0 comments
Labels
enhancement Triaged as an enhancement request

Comments

@philpep
Copy link
Contributor

philpep commented Jun 3, 2016

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.

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.

Closes airspeed-velocity#424
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.

Closes airspeed-velocity#424
@pv pv closed this as completed in #425 Jun 3, 2016
@pv pv added the enhancement Triaged as an enhancement request label Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Triaged as an enhancement request
Projects
None yet
Development

No branches or pull requests

2 participants