-
Notifications
You must be signed in to change notification settings - Fork 119
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
Added json output options #8
Conversation
|
@@ -15,6 +18,8 @@ | |||
from .timers import compute_timer_precision | |||
from .timers import default_timer | |||
|
|||
import newhooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this newhooks
module?
There's just one minor nit with the coding style (there rest of the code doesn't use camelCaseNaming for variables). I have to check if the json has all the necessary info for comparing runs (eg: redisplay previous result side-by-side) |
Also, this partially fixes #2. |
Corrected py3 behaviour
|
I've started to work on #2 from these commits in the master branch. |
I have done this is a bit of a hurry for an internal project.
I would love it to be included in the main project.
Dave