Lines Matching +full:sdk +full:- +full:benchmarks

1 <!--
14 -->
16 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
17 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
26 <artifactId>sdk-benchmarks</artifactId>
29 <name>AWS Java SDK :: Test :: SDK Benchmarks</name>
30 <description>Contains JMH benchmark code for the SDK</description>
33 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35 <!--
37 -->
40 <!--
42 -->
45 <!--
46 Name of the benchmark Uber-JAR to generate.
47 -->
48 <uberjar.name>benchmarks</uberjar.name>
50 <sdk-v1.version>1.11.404</sdk-v1.version>
51 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
57 <artifactId>jmh-core</artifactId>
62 <artifactId>jmh-generator-annprocess</artifactId>
69 <artifactId>aws-java-sdk-core</artifactId>
70 <version>${sdk-v1.version}</version>
75 <artifactId>aws-java-sdk-dynamodb</artifactId>
76 <version>${sdk-v1.version}</version>
87 <artifactId>aws-java-sdk-ec2</artifactId>
88 <version>${sdk-v1.version}</version>
99 <artifactId>aws-query-protocol</artifactId>
105 <artifactId>aws-json-protocol</artifactId>
111 <artifactId>protocol-core</artifactId>
117 <artifactId>sdk-core</artifactId>
123 <artifactId>http-client-spi</artifactId>
128 <artifactId>url-connection-client</artifactId>
133 <artifactId>netty-nio-client</artifactId>
138 <artifactId>dynamodb-enhanced</artifactId>
143 <artifactId>netty-tcnative-boringssl-static</artifactId>
158 <artifactId>apache-client</artifactId>
163 <artifactId>protocol-tests</artifactId>
169 <artifactId>log4j-api</artifactId>
174 <artifactId>log4j-core</artifactId>
179 <artifactId>log4j-slf4j-impl</artifactId>
184 <artifactId>jetty-servlet</artifactId>
188 <artifactId>jetty-server</artifactId>
192 <artifactId>http2-server</artifactId>
196 <artifactId>jetty-alpn-java-server</artifactId>
200 <artifactId>http2-hpack</artifactId>
204 <artifactId>aws-crt-client</artifactId>
209 <groupId>commons-cli</groupId>
210 <artifactId>commons-cli</artifactId>
219 <artifactId>jackson-databind</artifactId>
224 <artifactId>jackson-core</artifactId>
229 <artifactId>jackson-annotations</artifactId>
234 <artifactId>bom-internal</artifactId>
241 <artifactId>jetty-bom</artifactId>
259 <artifactId>maven-compiler-plugin</artifactId>
261 <!-- Override the configuration in the parent-->
276 <artifactId>maven-clean-plugin</artifactId>
280 <artifactId>maven-deploy-plugin</artifactId>
284 <artifactId>maven-install-plugin</artifactId>
288 <artifactId>maven-jar-plugin</artifactId>
292 <artifactId>maven-javadoc-plugin</artifactId>
296 <artifactId>maven-resources-plugin</artifactId>
300 <artifactId>maven-site-plugin</artifactId>
304 <artifactId>maven-source-plugin</artifactId>
308 <artifactId>maven-surefire-plugin</artifactId>
316 <artifactId>maven-compiler-plugin</artifactId>
320 <artifactId>maven-shade-plugin</artifactId>
340 <Main-Class>org.openjdk.jmh.Main</Main-Class>
343 <!-- This is important to run h2 server -->
344 … <!-- https://github.com/jetty-project/embedded-jetty-live-war/blob/master/theserver/pom.xml -->
349 <!--
351 … http://stackoverflow.com/questions/999489/invalid-signature-file-when-attempting-to-run-a-jar
352 -->
355 <exclude>META-INF/*.SF</exclude>
356 <exclude>META-INF/*.DSA</exclude>
357 <exclude>META-INF/*.RSA</exclude>
367-- Need to use exec not java see:http://mail.openjdk.java.net/pipermail/jmh-dev/2014-July/001192.h…
368 <artifactId>exec-maven-plugin</artifactId>
369 <version>${exec-maven-plugin.version}</version>
373 <argument>-classpath</argument>
376 <!-- Fail process on failed benchmarks -->
377 <argument>-c</argument>
383 <artifactId>spotbugs-maven-plugin</artifactId>
385 <!-- Skipping spotbugs for the generated JMH classes-->
391 <artifactId>maven-dependency-plugin</artifactId>
395 <goal>analyze-only</goal>
400 <!-- Skipping maven dependencies analysis to speed up the build -->