aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2022-11-14 23:23:55 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2022-11-15 23:08:20 +0100
commit48316309b1e140849d81d33685264d3b02c792f5 (patch)
tree1c33dc6c1f4a0c625254d0c28bafdf64146ceb6b /org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java
parentc20e9676c4ba79ff5fa1ac0ee1a818a94abcc43c (diff)
downloadjgit-48316309b1e140849d81d33685264d3b02c792f5.tar.gz
jgit-48316309b1e140849d81d33685264d3b02c792f5.zip
[benchmarks] Remove profiler configuration
Profiler configuration can be added when required. It was commented out in most benchmarks. Change-Id: I725f98757f7d4d2ba2589658e34e2fd6fbbbedee
Diffstat (limited to 'org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java')
-rw-r--r--org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java b/org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java
index 97c847ba93..913ca5a9e8 100644
--- a/org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java
+++ b/org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java
@@ -69,8 +69,6 @@ public class CreateFileSnapshotBenchmark {
public static void main(String[] args) throws RunnerException {
Options opt = new OptionsBuilder()
.include(CreateFileSnapshotBenchmark.class.getSimpleName())
- // .addProfiler(StackProfiler.class)
- // .addProfiler(GCProfiler.class)
.forks(1).jvmArgs("-ea").build();
new Runner(opt).run();
}