Benchmark | Mode | Cnt | Score | Error | Units |
---|---|---|---|---|---|
StreamPressureBench.bench_01_transducers | avgt | 5 | 89.049 | ± 5.785 | ms/op |
StreamPressureBench.bench_01_transducers:·compiler.time.profiled | avgt | 5 | 59.000 | ms | |
StreamPressureBench.bench_01_transducers:·compiler.time.total | avgt | 5 | 938.000 | ms | |
StreamPressureBench.bench_01_transducers:·gc.alloc.rate | avgt | 5 | 3426.787 | ± 224.769 | MB/sec |
StreamPressureBench.bench_01_transducers:·gc.churn.PS_Eden_Space | avgt | 5 | 3422.665 | ± 523.829 | MB/sec |
StreamPressureBench.bench_01_transducers:·gc.churn.PS_Survivor_Space | avgt | 5 | 0.262 | ± 0.485 | MB/sec |
Stream |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extern crate hyper; | |
extern crate futures; | |
extern crate pretty_env_logger; | |
extern crate num_cpus; | |
extern crate net2; | |
extern crate tokio_core; | |
use std::sync::Arc; | |
use std::thread; | |
use std::net::SocketAddr; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What's Up in Dockerland? | |
dockercon Europe 2014 | |
Ankündigungen | |
- Docker | |
- Docker Machine | |
- "Machine makes it really easy to create Docker hosts on local hypervisors and cloud providers. It creates servers, installs Docker on them, then configures the Docker client to talk to them." | |
- Kapselt unterschiedliche "Driver" und bietet ein einheitliches Interface um die Docker-Ready Maschinen zu deployen |