Created
April 11, 2016 14:13
-
-
Save fkaa/2c1a627cf870e19ac7a3c9c201e7d56c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
fkaa@fkaa ~/D/ecs_bench-master> cargo bench | |
Downloading ecs v0.23.1 | |
Downloading parsec v0.3.1 | |
Downloading vec_map v0.4.0 | |
Downloading fnv v1.0.2 | |
Downloading mopa v0.2.2 | |
Downloading threadpool v1.0.0 | |
Downloading pulse v0.5.2 | |
Downloading atom v0.3.4 | |
Compiling fnv v1.0.2 | |
Compiling ecs_bench v0.1.0 (file:///Users/fkaa/Downloads/ecs_bench-master) | |
Compiling threadpool v1.0.0 | |
Compiling atom v0.3.4 | |
Compiling vec_map v0.4.0 | |
Compiling winapi v0.2.6 | |
Compiling winapi-build v0.1.1 | |
Compiling libc v0.2.9 | |
Compiling ecs v0.23.1 | |
Compiling mopa v0.2.2 | |
Compiling kernel32-sys v0.2.1 | |
Compiling time v0.1.35 | |
Compiling pulse v0.5.2 | |
Compiling parsec v0.3.1 | |
Running target/release/ecs_bench-20fb165cd84533e5 | |
running 0 tests | |
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured | |
Running target/release/parallel_ecs-e4484336c4912aa1 | |
running 2 tests | |
test bench_build ... bench: 2,057,248 ns/iter (+/- 256,329) | |
test bench_update ... bench: 5,850,496 ns/iter (+/- 1,176,750) | |
test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured | |
Running target/release/parallel_parsec-98abc98e4558920a | |
running 2 tests | |
test bench_build ... bench: 606,311 ns/iter (+/- 80,850) | |
test bench_update ... bench: 235,217 ns/iter (+/- 29,447) | |
test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured | |
Running target/release/pos_vel_ecs-4ea2df5fe5fbe370 | |
running 2 tests | |
test bench_build ... bench: 2,094,886 ns/iter (+/- 314,601) | |
test bench_update ... bench: 442,299 ns/iter (+/- 91,054) | |
test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured | |
Running target/release/pos_vel_parsec-a3fd6cecd1bfb9ec | |
running 2 tests | |
test bench_build ... bench: 267,568 ns/iter (+/- 49,754) | |
test bench_update ... bench: 273,236 ns/iter (+/- 9,847) | |
test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment