Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Side by Side Diff: PerformanceTests/Pywebsocket/XHR-receive-text-worker-sync-verify.html

Issue 738753002: [Pywebsocket PerformanceTests 1/2] Add PerformanceTests/Pywebsocket (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment for +1. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <script src="../resources/runner.js"></script>
4 <script src="http://localhost:8001/util.js"></script>
5 <script src="resources/util_performance_test.js"></script>
6 <script src="http://localhost:8001/xhr_benchmark.js"></script>
7 </head>
8 <body onload="startPerformanceTest(
9 'XHR',
10 'receiveBenchmark',
11 'text',
12 true,
13 false,
14 true)">
15 </body>
16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698