fastjson2-benchmark
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-benchmark</artifactId>
<version>2.0.60.android8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>fastjson2-parent</artifactId>
<groupId>com.alibaba.fastjson2</groupId>
<version>2.0.60.android8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fastjson2-benchmark</artifactId>
<name>fastjson2-benchmark</name>
<description>JMH Benchmark for Fastjson2</description>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>testCompile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<finalName>${uberjar.name}</finalName>
<transformers>
<transformer>
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
<transformer />
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.36</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core-jvm</artifactId>
<version>5.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-assertions-shared-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-common</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-jdk8</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-reflect</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-common-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-assertions-api-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-property-jvm</artifactId>
<version>5.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>rgxgen</artifactId>
<groupId>com.github.curious-odd-man</groupId>
</exclusion>
<exclusion>
<artifactId>java-diff-utils</artifactId>
<groupId>io.github.java-diff-utils</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-common-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-assertions-shared-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-common</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-reflect</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>5.6.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>kotest-framework-api-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-framework-engine-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-framework-discovery-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-extensions-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-framework-concurrency-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>junit-platform-engine</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
<exclusion>
<artifactId>junit-platform-suite-api</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
<exclusion>
<artifactId>junit-platform-launcher</artifactId>
<groupId>org.junit.platform</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-api</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>kotest-common-jvm</artifactId>
<groupId>io.kotest</groupId>
</exclusion>
<exclusion>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-stdlib-common</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
<exclusion>
<artifactId>kotlin-reflect</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit-jupiter-params</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-engine</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
<exclusion>
<artifactId>junit-jupiter-api</artifactId>
<groupId>org.junit.jupiter</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<maven.test.skip>true</maven.test.skip>
<uberjar.name>fastjson2-benchmarks</uberjar.name>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>