- use performance log of chromedriver / appium to get timeline data for calculating metrics for benchmarks - change all benchmarks to be made of a standalone application and a protractor test that collectes timeline data - fix and simplify benchmarks - add dart2js to build - remove benchpress Closes #330
12 lines
203 B
HTML
12 lines
203 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
|
|
<button id="parse">Selector.parse</button>
|
|
<button id="addSelectable">Selector.addSelectable</button>
|
|
<button id="match">Selector.match</button>
|
|
|
|
$SCRIPTS$
|
|
|
|
</body>
|
|
</html> |