Remove GradientDecisionTree Tensorflow benchmark.

It often times out for me.

PiperOrigin-RevId: 599608747
This commit is contained in:
Etienne Perot
2024-01-18 13:34:03 -08:00
committed by gVisor bot
parent e9bdc76c02
commit 95eb4705af
-1
View File
@@ -36,7 +36,6 @@ func BenchmarkTensorflowDashboard(b *testing.B) {
// See: https://github.com/aymericdamien/TensorFlow-Examples
func BenchmarkTensorflow(b *testing.B) {
workloads := map[string]string{
"GradientDecisionTree": "2_BasicModels/gradient_boosted_decision_tree.py",
"Kmeans": "2_BasicModels/kmeans.py",
"LogisticRegression": "2_BasicModels/logistic_regression.py",
"NearestNeighbor": "2_BasicModels/nearest_neighbor.py",