Skip to content

Commit 96149c5

Browse files
authored
Add sftp benchmark
1 parent 1be8289 commit 96149c5

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,34 @@ Split views:
5050
- All vttest tests have passed except Tektronix 4014.
5151
- High performance, low memory, low latency.
5252

53-
# Performance
53+
# Sftp Performance
54+
55+
The hardware used for generating the data in these benchmarks was
56+
57+
windows 10 - 2.3 GHz Intel Core i5 and 8GB memory.
58+
59+
**WindTerm 1.2, FileZilla 3.48.1, WinSCP 5.17.2 (Build 10278)** tests are performed on WSL(Ubuntu 18.04.2).
60+
61+
**All test data is for reference only.**
62+
63+
- 5GB huge file (5,154,830 KB), generated by random data
64+
65+
| | Download Time | Download Rate | Upload Time | Upload Rate |
66+
| --- | --- | --- | --- | --- |
67+
| WindTerm (Use high speed transfer) | **22s** | **234.3 MB/s** | **21s** | **245.5 MB/s** |
68+
| WindTerm | 37s | 139.3 MB/s | 43s | 119.9 MB/s |
69+
| FileZilla | 32s | 161.1 MB/s | 30s | 171.8 MB/s |
70+
| WinSCP | 81s | 63.7 MB/s | 91s | 56.7 MB/s |
71+
72+
- 4400 files, 16 folders (107,042 KB), unzipped from [vim-7.4.1049.zip](https://github.com/vim/vim/archive/v7.4.1049.zip)
73+
74+
| | Download Time | Download Rate | Upload Time | Upload Rate |
75+
| --- | --- | --- | --- | --- |
76+
| WindTerm | **32s** | **3.4 MB/s** | **10s** | **10.7 MB/s** |
77+
| FileZilla | 48s | 2.2 MB/s | 35s | 3.1 MB/s |
78+
| WinSCP | 42s | 2.6 MB/s | 12s | 8.9 MB/s |
79+
80+
# Terminal Performance
5481

5582
The hardware used for generating the data in these benchmarks was
5683

0 commit comments

Comments
 (0)