|
[Pywebsocket PerformanceTests 1/2] Add PerformanceTests/Pywebsocket
This CL adds PerformanceTests test scripts that will be used by [2/2].
These tests measure execution time of sending/receiving data of 10MB each
by XHR, WebSocket, and fetch.
WebSocket send benchmarks are disabled because there is a performance
bottleneck in pywebsocket side when running without native modules.
[1/2] PerformanceTests scripts: This CL
[2/2] Telemetry: https://codereview.chromium.org/736653002/
BUG= 432408
Committed: https://crrev.com/5e3da089ef915c6870dc3db8c220841563567a82
git-svn-id: svn://svn.chromium.org/blink/trunk@202031 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Total comments: 4
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+716 lines, -0 lines) |
Patch |
 |
A |
PerformanceTests/Pywebsocket/WebSocket-receive-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/WebSocket-receive-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-arraybuffer-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-arraybuffer-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-arraybuffer-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-blob-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-blob-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-blob-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-text-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-text-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-receive-text-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-arraybuffer-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-arraybuffer-window-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-arraybuffer-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-arraybuffer-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-blob-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-blob-window-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-blob-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-blob-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-text-window-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-text-window-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-text-worker-async-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/XHR-send-text-worker-sync-verify.html
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-arraybuffer-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-arraybuffer-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-blob-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-blob-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-text-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-receive-text-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-arraybuffer-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-arraybuffer-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-blob-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-blob-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-text-window-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/fetch-send-text-worker-async-verify.html
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/resources/generate.py
|
View
|
1
2
3
4
5
6
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
PerformanceTests/Pywebsocket/resources/util_performance_test.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (8 generated)
|