aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* MODULE.bazel: Move dependencies from WORKSPACE to bazel modulesIvan Frade37 hours1-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the shortcomings of WORKSPACE, Bzlmod is replacing the legacy WORKSPACE system. The WORKSPACE file is already disabled in Bazel 8 (late 2024) and will be removed in Bazel 9 (late 2025) [1]. Update - rules_java to 8.11.0 - rules_jvm_external to 6.7 - add dependency com.google.errorprone:error_prone_type_annotations needed for update to gson 2.13.0 - enable bzlmod for all commands [2] - add some options for maven.install - warn about duplicate dependencies [3] - fail if checksum is missing [4] - fetch sources [5] - hide transitive dependencies [6] [1] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#with-bzlmod-bazel-7-and-above [2] https://bazel.build/external/migration [3] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#duplicate-artifact-warning [4] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#checksum-verification [5] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#fetch-source-jars [6] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#hiding-transitive-dependencies Change-Id: Iaae0dfa5fcb333a07a9ff1d006e887d1ae49a3e7
* Add missing bazel dependency to benchmarksMatthias Sohn2023-06-271-0/+2
| | | | Change-Id: I330cbdbe7fdd2e3523cfc555adb15b577e858083
* Fix running benchmarks from bazelMatthias Sohn2021-09-271-0/+2
| | | | | | | | add missing dependency to - javaewah - slf4j-api Change-Id: I28dc982791b32f10d20b2fd0671aa8d2514a0fb3
* Bazel: Add missing newlines at end of BUILD filesDavid Pursehouse2019-11-261-1/+1
| | | | | Change-Id: I11afc45141da988e28382898246995f6b45eb09c Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Run JMH benchmarks using bazelMatthias Sohn2019-11-051-0/+13
The benchmarks can be built and run using bazel by running: $ bazel run //org.eclipse.jgit.benchmarks:benchmarks Change-Id: I6679750eaa0f2be30ed9d45036e013b0ea4fcc86 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>