-
Notifications
You must be signed in to change notification settings - Fork 48
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
Include version information in database #42
Comments
Can we write a script which would basically import a module and then use "module._ version _" command to get the version and then from there store the version information in the database. |
Not all of the libraries are in Python, so I am not sure that will work. But I think the version information is either available in the configuration (or maybe we can set up some other way). |
I was thinking about writing a Python script which reads the config.yaml file and returns a dictionary containing name of the library as the key and version as the value. What do you think about this idea? . Please Let me know. |
Ideally a user who is looking at the benchmark results should be able to determine what version of each library was used for benchmarking. This might be as easy as grabbing the version information fromt he configuration, or it might be a little more difficult---for the 'performance over time view', we may want to also update that to get the version at the time of each run and display that.
I'll handle this when I have time (unless someone else gets to it first).
The text was updated successfully, but these errors were encountered: