-
Notifications
You must be signed in to change notification settings - Fork 5
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
Could "custom_timers" be renamed ? #45
Comments
What's your need for custom data ? Could you give me an example ? Custom timers are only used to get timing for specific tests (if you want to know how much time specific feature takes) |
I want to store result from commands, example for
|
I think we can rename it |
But timer is also inapropriate, I imagine sysbench data:
|
I think we can add this for the upcoming V1 :) But why renaming timers ? I think we can simply add new variable for this type of informations |
I think renaming because when I measure charge, I don't think in term of "How much time it takes ?" but more "How much can I do in X seconds ?" |
It may not, but I still think that many tests will need it, because timers can answer to the question : during test, how specifics actions response time evolved. Custom timers allow users to add more granularity during tests, rather than only get timing for a full transaction. But custom timers still in final report, so with |
I don't use
CustomTimer
at all and only findTransaction.custom_timers
to get custom data.Maybe there's another way to do but I think it could be renamed simply
values
?The text was updated successfully, but these errors were encountered: