Skip to content

Commit 1eeaa7a

Browse files
committed
update benchmarks
1 parent 9f2261b commit 1eeaa7a

15 files changed

+3
-3
lines changed

benchmarks/benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Benchmarks last updated for teardown_tree v0.6.5 / Rust 1.17.0-nightly.*
1+
*Benchmarks last updated for teardown_tree v0.6.6 / Rust 1.17.0-nightly.*
22

33

44
[Download the data][1].

benchmarks/benchmarks.ods

68.6 KB
Binary file not shown.
3.62 KB
Loading
2.56 KB
Loading
2.66 KB
Loading

benchmarks/ds_teardown_10.png

2 KB
Loading

benchmarks/ds_teardown_100.png

3.53 KB
Loading

benchmarks/ds_teardown_1000.png

1.71 KB
Loading

benchmarks/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,11 +1070,11 @@ mod bench_teardown {
10701070
}
10711071

10721072
fn descr_cycle() -> String {
1073-
"BST::remove_range()".to_string()
1073+
"UnbalancedBST::remove_range()".to_string()
10741074
}
10751075

10761076
fn descr_refill() -> String {
1077-
"BST".to_string()
1077+
"UnbalancedBST".to_string()
10781078
}
10791079
}
10801080

245 Bytes
Loading

0 commit comments

Comments
 (0)