Skip to content

Instantly share code, notes, and snippets.

@nitsanw
Last active December 11, 2015 10:38
Show Gist options
  • Save nitsanw/4587751 to your computer and use it in GitHub Desktop.
Save nitsanw/4587751 to your computer and use it in GitHub Desktop.
Ivy.xml to bring in Caliper
<ivy-module version="2.0">
<info organisation="psy.lob.saw" module="experiments"/>
<dependencies>
<dependency org="com.google.caliper" name="caliper" rev="0.5-rc1">
<exclude name='java-allocation-instrumenter' />
</dependency>
</dependencies>
</ivy-module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment