Index: PerformanceTests/Pywebsocket/XHR-send-blob-window-async-verify.html |
diff --git a/PerformanceTests/Pywebsocket/XHR-send-blob-window-async-verify.html b/PerformanceTests/Pywebsocket/XHR-send-blob-window-async-verify.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df1c4db235c88aec065e85208a0a1de0b99df3c4 |
--- /dev/null |
+++ b/PerformanceTests/Pywebsocket/XHR-send-blob-window-async-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', |
+ 'blob', |
+ false, |
+ true, |
+ true)"> |
+</body> |
+</html> |