Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bench for depth performances #79

Closed
wants to merge 1 commit into from
Closed

add bench for depth performances #79

wants to merge 1 commit into from

Conversation

mockersf
Copy link

related to #71

on my local machine, took 7m24s:

cargo bench --bench simple_deep
   Compiling stretch v0.3.2 (/Users/francois/Dev/spaceward-ho/stretch)
warning: unused `std::result::Result` that must be used
  --> benches/simple_deep.rs:48:13
   |
48 |             stretch.mark_dirty(root);
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_must_use)]` on by default
   = note: this `Result` may be an `Err` variant, which should be handled

warning: 1 warning emitted

    Finished bench [optimized] target(s) in 2.53s
     Running target/release/deps/simple_deep-c97ff526f7fd7766
simple deep hierarchy - build
                        time:   [9.3641 us 9.4032 us 9.4477 us]
Found 6 outliers among 100 measurements (6.00%)
  2 (2.00%) high mild
  4 (4.00%) high severe

Benchmarking simple deep hierarchy - single: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 210.9s, or reduce sample count to 10.
simple deep hierarchy - single
                        time:   [2.0722 s 2.0818 s 2.0922 s]
Found 6 outliers among 100 measurements (6.00%)
  2 (2.00%) high mild
  4 (4.00%) high severe

Benchmarking simple deep hierarchy - relayout: Warming up for 3.0000 s
Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 208.3s, or reduce sample count to 10.
simple deep hierarchy - relayout
                        time:   [2.0639 s 2.0697 s 2.0756 s]
Found 3 outliers among 100 measurements (3.00%)
  3 (3.00%) high mild

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant