You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/www/pages/benchmarks/common/lib.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,10 @@ impl Component for Benchmarks {
55
55
let cpu = self.cpu.signal() =>
56
56
Benchmark{ dataset:*dataset, cpu:*cpu }
57
57
};
58
+
let tangram_tree_benchmarks_description = ui::Markdown::new("Tangram Tree is a pure Rust implementation of Gradient Boosted Decision Trees. It has the smallest memory footprint of the leading GBDT implementations and achieves state of the art speed and accuracy. Check it out on [GitHub](https://github.com/tangramxyz/tangram/blob/main/crates/tree).".into());
58
59
ui::S1::new()
59
60
.child(ui::H1::new().child("Tangram Tree Benchmarks"))
0 commit comments