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

Unified Diff: PerformanceTests/Pywebsocket/XHR-send-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 side-by-side diff with in-line comments
Download patch
Index: PerformanceTests/Pywebsocket/XHR-send-text-worker-sync-verify.html
diff --git a/PerformanceTests/Pywebsocket/XHR-send-text-worker-sync-verify.html b/PerformanceTests/Pywebsocket/XHR-send-text-worker-sync-verify.html
new file mode 100644
index 0000000000000000000000000000000000000000..365782acfca272d46dfb64b82a1b78b165e7a094
--- /dev/null
+++ b/PerformanceTests/Pywebsocket/XHR-send-text-worker-sync-verify.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<head>
+<script src="../resources/runner.js"></script>
+<script src="http://localhost:8001/util.js"></script>
+<script src="resources/util_performance_test.js"></script>
+<script src="http://localhost:8001/xhr_benchmark.js"></script>
+</head>
+<body onload="startPerformanceTest(
+ 'XHR',
+ 'sendBenchmark',
+ 'text',
+ true,
+ false,
+ true)">
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698