summaryrefslogtreecommitdiff
path: root/test/benchmarks/project/plugins.sbt
diff options
context:
space:
mode:
authorPerformant Data LLC <performantdata@users.noreply.github.com>2016-03-25 21:44:50 -0700
committerPerformant Data LLC <performantdata@users.noreply.github.com>2016-05-03 11:46:58 -0700
commitb88933eb84f1f1f5215b0feb43f4ecfc12c8847d (patch)
tree030c8e3884a14180d4b6584aafd39a897197b379 /test/benchmarks/project/plugins.sbt
parente1b58ccafc598c06b8011e3e0f411f6e91b99353 (diff)
downloadscala-b88933eb84f1f1f5215b0feb43f4ecfc12c8847d.tar.gz
scala-b88933eb84f1f1f5215b0feb43f4ecfc12c8847d.tar.bz2
scala-b88933eb84f1f1f5215b0feb43f4ecfc12c8847d.zip
Benchmark the OpenHashMap memory usage.
Also add sbteclipse to the benchmark project.
Diffstat (limited to 'test/benchmarks/project/plugins.sbt')
-rw-r--r--test/benchmarks/project/plugins.sbt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/benchmarks/project/plugins.sbt b/test/benchmarks/project/plugins.sbt
index f5319fb187..e11aa29f3b 100644
--- a/test/benchmarks/project/plugins.sbt
+++ b/test/benchmarks/project/plugins.sbt
@@ -1 +1,2 @@
+addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.2.6")