@@ -99,57 +99,32 @@ Please observe above that all the lines that have data that changes from executi
99
99
Another example with regular examples is shown below:
100
100
101
101
```
102
-
103
- SHA-256 :\s*\d+ Kb/s,\s*\d+ cycles/byte | SHA-256 : 1922 Kb/s, 61 cycl
104
-
105
- SHA-512 :\s*\d+ Kb/s,\s*\d+ cycles/byte | SHA-512 : 614 Kb/s, 191 cycl
106
-
107
- AES-CBC-128 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CBC-128 : 1401 Kb/s, 83 cycl
108
-
109
- AES-CBC-192 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CBC-192 : 1231 Kb/s, 95 cycl
110
-
111
- AES-CBC-256 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CBC-256 : 1097 Kb/s, 106 cycl
112
-
113
- AES-GCM-128 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-GCM-128 : 429 Kb/s, 273 cycl
114
-
115
- AES-GCM-192 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-GCM-192 : 412 Kb/s, 285 cycl
116
-
117
- AES-GCM-256 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-GCM-256 : 395 Kb/s, 297 cycl
118
-
119
- AES-CCM-128 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CCM-128 : 604 Kb/s, 194 cycl
120
-
121
- AES-CCM-192 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CCM-192 : 539 Kb/s, 217 cycl
122
-
123
- AES-CCM-256 :\s*\d+ Kb/s,\s*\d+ cycles/byte | AES-CCM-256 : 487 Kb/s, 241 cycl
124
-
125
- CTR_DRBG \(NOPR\) :\s*\d+ Kb/s,\s*\d+ cycles/byte | CTR_DRBG (NOPR) : 1145 Kb/s, 102 cycl
126
-
127
- CTR_DRBG \(PR\) :\s*\d+ Kb/s,\s*\d+ cycles/byte | CTR_DRBG (PR) : 821 Kb/s, 142 cycl
128
-
129
- HMAC_DRBG SHA-256 \(NOPR\) :\s*\d+ Kb/s,\s*\d+ cycles/byte | HMAC_DRBG SHA-256 (NOPR) : 219 Kb/s, 537 cycl
130
-
131
- HMAC_DRBG SHA-256 \(PR\) :\s*\d+ Kb/s,\s*\d+ cycles/byte | HMAC_DRBG SHA-256 (PR) : 193 Kb/s, 612 cycl
132
-
133
- RSA-2048 :\s*\d+ ms/ public | RSA-2048 : 30 ms/ public
134
-
135
- RSA-2048 :\s*\d+ ms/private | RSA-2048 : 1054 ms/private
136
-
137
- RSA-4096 :\s*\d+ ms/ public | RSA-4096 : 101 ms/ public
138
-
139
- RSA-4096 :\s*\d+ ms/private | RSA-4096 : 5790 ms/private
140
-
141
- ECDHE-secp384r1 :\s*\d+ ms/handshake | ECDHE-secp384r1 : 1023 ms/handshake
142
-
143
- ECDHE-secp256r1 :\s*\d+ ms/handshake | ECDHE-secp256r1 : 678 ms/handshake
144
-
145
- ECDHE-Curve25519 :\s*\d+ ms/handshake | ECDHE-Curve25519 : 580 ms/handshake
146
-
147
- ECDH-secp384r1 :\s*\d+ ms/handshake | ECDH-secp384r1 : 503 ms/handshake
148
-
149
- ECDH-secp256r1 :\s*\d+ ms/handshake | ECDH-secp256r1 : 336 ms/handshake
150
-
151
- ECDH-Curve25519 :\s*\d+ ms/handshake | ECDH-Curve25519 : 300 ms/handshake
152
-
102
+ SHA-256 :\s*\d+ KB/s | SHA-256 : 1922 KB/s
103
+ SHA-512 :\s*\d+ KB/s | SHA-512 : 614 KB/s
104
+ AES-CBC-128 :\s*\d+ KB/s | AES-CBC-128 : 1401 KB/s
105
+ AES-CBC-192 :\s*\d+ KB/s | AES-CBC-192 : 1231 KB/s
106
+ AES-CBC-256 :\s*\d+ KB/s | AES-CBC-256 : 1097 KB/s
107
+ AES-GCM-128 :\s*\d+ KB/s | AES-GCM-128 : 429 KB/s
108
+ AES-GCM-192 :\s*\d+ KB/s | AES-GCM-192 : 412 KB/s
109
+ AES-GCM-256 :\s*\d+ KB/s | AES-GCM-256 : 395 KB/s
110
+ AES-CCM-128 :\s*\d+ KB/s | AES-CCM-128 : 604 KB/s
111
+ AES-CCM-192 :\s*\d+ KB/s | AES-CCM-192 : 539 KB/s
112
+ AES-CCM-256 :\s*\d+ KB/s | AES-CCM-256 : 487 KB/s
113
+ CTR_DRBG \(NOPR\) :\s*\d+ KB/s | CTR_DRBG (NOPR) : 1145 KB/s
114
+ CTR_DRBG \(PR\) :\s*\d+ KB/s | CTR_DRBG (PR) : 821 KB/s
115
+ HMAC_DRBG SHA-256 \(NOPR\) :\s*\d+ KB/s | HMAC_DRBG SHA-256 (NOPR) : 219 KB/s
116
+ HMAC_DRBG SHA-256 \(PR\) :\s*\d+ KB/s | HMAC_DRBG SHA-256 (PR) : 193 KB/s
117
+ RSA-2048 :\s*\d+ ms/ public | RSA-2048 : 30 ms/ public
118
+ RSA-2048 :\s*\d+ ms/private | RSA-2048 : 1054 ms/private
119
+ RSA-4096 :\s*\d+ ms/ public | RSA-4096 : 101 ms/ public
120
+ RSA-4096 :\s*\d+ ms/private | RSA-4096 : 5790 ms/private
121
+ ECDHE-secp384r1 :\s*\d+ ms/handshake | ECDHE-secp384r1 : 1023 ms/handshake
122
+ ECDHE-secp256r1 :\s*\d+ ms/handshake | ECDHE-secp256r1 : 678 ms/handshake
123
+ ECDHE-Curve25519 :\s*\d+ ms/handshake | ECDHE-Curve25519 : 580 ms/handshake
124
+ ECDH-secp384r1 :\s*\d+ ms/handshake | ECDH-secp384r1 : 503 ms/handshake
125
+ ECDH-secp256r1 :\s*\d+ ms/handshake | ECDH-secp256r1 : 336 ms/handshake
126
+ ECDH-Curve25519 :\s*\d+ ms/handshake | ECDH-Curve25519 : 300 ms/handshake
127
+ DONE | DONE
153
128
```
154
129
155
130
More details about ``` htrun ``` are [ here] ( https://github.com/ARMmbed/htrun#testing-mbed-os-examples ) .
0 commit comments