Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:query_param

56     # Subclasses are expected to define a class member called query_param.
57 if not hasattr(self, 'query_param'):
58 raise NotImplementedError('query_param not in Dromaeo benchmark.')
59 url = 'file://index.html?%s&automated' % self.query_param
70 query_param = 'dom-attr'
77 query_param = 'dom-modify'
83 query_param = 'dom-query'
89 query_param = 'dom-traverse'
95 query_param = 'jslib-attr-jquery'
101 query_param = 'jslib-attr-prototype'
107 query_param = 'jslib-event-jquery'
113 query_param = 'jslib-event-prototype'
119 query_param = 'jslib-modify-jquery'
125 query_param = 'jslib-modify-prototype'
131 query_param = 'jslib-style-jquery'
137 query_param = 'jslib-style-prototype'
143 query_param = 'jslib-traverse-jquery'
149 query_param = 'jslib-traverse-prototype'