tree: c99ad317196c90c4f675f15a6f22e296424c782a [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
integration_tests/graalvm_tests/README.md

Graalvm native image Tests

Examples and tests for Fory serialization in graalvm native image

Test

mvn -DskipTests=true -Pnative package

Benchmark

BENCHMARK_REPEAT=400000 mvn -Pnative -Dagent=true -DskipTests -DskipNativeBuild=true package exec:exec@java-agent
BENCHMARK_REPEAT=400000 mvn -DskipTests=true -Pnative -Dagent=true package

-Dagent=true is needed by JDK serialization only to build reflection config, it's not needed for fory serialization.