Benchmark TLS13 too

This commit is contained in:
Joseph Birr-Pixton 2019-06-01 18:03:39 +01:00
parent e2482b99e6
commit 3e0e2e70d9
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ measure: ./target/release/examples/bench
$^ bulk TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
$^ bulk TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
$^ bulk TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
$^ bulk TLS13_AES_256_GCM_SHA384
$^ handshake TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
$^ handshake-resume TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
$^ handshake-ticket TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
$^ handshake TLS13_AES_256_GCM_SHA384
$^ handshake-resume TLS13_AES_256_GCM_SHA384
$^ handshake-ticket TLS13_AES_256_GCM_SHA384