Skip to content

Commit

Permalink
Update crates/holochain/src/conductor/config.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Oct 27, 2020
1 parent 60d11c9 commit 0680e63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/holochain/src/conductor/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ pub mod tests {
network:
transport_pool:
-
type: proxy
- type: proxy
sub_transport:
type: quic
bind_to: kitsune-quic://0.0.0.0:0
Expand Down

1 comment on commit 0680e63

@thedavidmeister
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking wasm_call_n/1: Analyzing
wasm_call_n/1           time:   [1.5689 ms 1.5706 ms 1.5726 ms]
                        thrpt:  [635.87   B/s 636.71   B/s 637.40   B/s]
                 change:
                        time:   [-2.6575% -1.6000% -0.6251%] (p = 0.00 < 0.05)
                        thrpt:  [+0.6290% +1.6260% +2.7300%]
                        Change within noise threshold.
Found 12 outliers among 100 measurements (12.00%)
  5 (5.00%) high mild
  7 (7.00%) high severe
Benchmarking wasm_call_n/1000
Benchmarking wasm_call_n/1000: Analyzing
wasm_call_n/1000        time:   [1.5914 ms 1.5937 ms 1.5970 ms]
                        thrpt:  [611.51 KiB/s 612.78 KiB/s 613.66 KiB/s]
                 change:
                        time:   [-4.1027% -3.7802% -3.4449%] (p = 0.00 < 0.05)
                        thrpt:  [+3.5678% +3.9287% +4.2783%]
                        Performance has improved.
Found 10 outliers among 100 measurements (10.00%)
  3 (3.00%) high mild
  7 (7.00%) high severe
Benchmarking wasm_call_n/1000000
Benchmarking wasm_call_n/1000000: Analyzing
wasm_call_n/1000000     time:   [26.767 ms 26.810 ms 26.860 ms]
                        thrpt:  [35.505 MiB/s 35.571 MiB/s 35.629 MiB/s]
                 change:
                        time:   [+0.4976% +0.8646% +1.2024%] (p = 0.00 < 0.05)
                        thrpt:  [-1.1881% -0.8572% -0.4952%]
                        Change within noise threshold.
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe```

Please sign in to comment.