diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-14 23:23:55 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-15 23:08:20 +0100 |
commit | 48316309b1e140849d81d33685264d3b02c792f5 (patch) | |
tree | 1c33dc6c1f4a0c625254d0c28bafdf64146ceb6b /org.eclipse.jgit.benchmarks/src/org/eclipse/jgit/benchmarks/CreateFileSnapshotBenchmark.java | |
parent | c20e9676c4ba79ff5fa1ac0ee1a818a94abcc43c (diff) | |
download | jgit-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.java | 2 |
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(); } |