Skip to content

Instantly share code, notes, and snippets.

@hroi
Created January 26, 2016 13:49
Show Gist options
  • Select an option

  • Save hroi/7b5c67edfb7d783e7633 to your computer and use it in GitHub Desktop.

Select an option

Save hroi/7b5c67edfb7d783e7633 to your computer and use it in GitHub Desktop.
> cargo bench --features full-bgp-tests -- full_bgp_tests::lookup
Running target/release/treebitmap-09703315f73df9cc
running 10 tests
test full_bgp_tests::lookup4_random_id_check ... ignored
test full_bgp_tests::lookup4_apple ... bench: 46 ns/iter (+/- 16)
test full_bgp_tests::lookup4_googledns ... bench: 67 ns/iter (+/- 16)
test full_bgp_tests::lookup4_localhost ... bench: 14 ns/iter (+/- 3)
test full_bgp_tests::lookup4_netgroup ... bench: 54 ns/iter (+/- 28)
test full_bgp_tests::lookup4_random_every ... bench: 96 ns/iter (+/- 17)
test full_bgp_tests::lookup4_random_sample ... bench: 54 ns/iter (+/- 44)
test full_bgp_tests::lookup6_comcast ... bench: 128 ns/iter (+/- 19)
test full_bgp_tests::lookup6_googledns ... bench: 140 ns/iter (+/- 21)
test full_bgp_tests::lookup6_localhost ... bench: 22 ns/iter (+/- 10)
test result: ok. 0 passed; 0 failed; 1 ignored; 9 measured
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment