Skip to content

Commit

Permalink
disable java benchmarks (#225)
Browse files Browse the repository at this point in the history
They are failing due to the java implementation being removed from the monorepo.
See apache/arrow#44996
  • Loading branch information
assignUser authored Jan 10, 2025
1 parent 56b37f8 commit 15cc062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Config:
"arrow-commit": {
"langs": {
"C++": {"names": ["cpp-micro"]},
"Java": {"names": ["java-micro"]},
# "Java": {"names": ["java-micro"]},
}
}
},
Expand Down Expand Up @@ -145,7 +145,7 @@ class Config:
},
"JavaScript": {"names": ["js-micro"]},
"C++": {"names": ["cpp-micro"]},
"Java": {"names": ["java-micro"]},
# "Java": {"names": ["java-micro"]},
},
},
},
Expand Down

0 comments on commit 15cc062

Please sign in to comment.