mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
custom wisp transport support
This commit is contained in:
parent
80b68f1cee
commit
16268905fc
10 changed files with 313 additions and 135 deletions
|
@ -254,7 +254,6 @@ import initEpoxy, { EpoxyClient, EpoxyClientOptions, EpoxyHandlers, info as epox
|
|||
}
|
||||
total_mux_multi = total_mux_multi / num_outer_tests;
|
||||
log(`total avg mux (${num_outer_tests} tests of ${num_inner_tests} reqs): ${total_mux_multi} ms or ${total_mux_multi / 1000} s`);
|
||||
|
||||
} else {
|
||||
console.time();
|
||||
let resp = await epoxy_client.fetch("https://www.example.com/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue