Added displaying of configurations at the top of the page.
A table on the top of the page displays the test configurations of the input files present. The displayed string in the legend of each graph is now fetched from test configuration name instead of using the filename. Review URL: http://webrtc-codereview.appspot.com/279006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1104 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Sample output from the video_quality_measurment program, included only for
|
||||
# reference. Geneate your own by running with the --python flag and then change
|
||||
# the filenames in main.py
|
||||
test_configuration = [{'name': 'name', 'value': 'Quality test'},
|
||||
test_configuration = [{'name': 'name', 'value': 'VP8 hardware test'},
|
||||
{'name': 'description', 'value': ''},
|
||||
{'name': 'test_number', 'value': '0'},
|
||||
{'name': 'input_filename', 'value': 'foreman_cif.yuv'},
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Sample output from the video_quality_measurment program, included only for
|
||||
# reference. Geneate your own by running with the --python flag and then change
|
||||
# the filenames in main.py
|
||||
test_configuration = [{'name': 'name', 'value': 'Quality test'},
|
||||
test_configuration = [{'name': 'name', 'value': 'VP8 software test'},
|
||||
{'name': 'description', 'value': ''},
|
||||
{'name': 'test_number', 'value': '0'},
|
||||
{'name': 'input_filename', 'value': 'foreman_cif.yuv'},
|
||||
|
Reference in New Issue
Block a user