forked from fabienrenaud/java-json-benchmark
- Notifications
You must be signed in to change notification settings - Fork 0
commands
Shaojin Wen edited this page May 3, 2024 · 3 revisions
- config snapshots
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" mavenContent { snapshotsOnly() } } - refresh-dependencies
./gradlew build --refresh-dependencies - JVM Args
-Dfastjson2.features=disableReferenceDetect,disableArrayMapping,disableJSONB,disableAutoType ./run ser --apis databind --libs fastjson,wast --size 1000 ./run ser --apis databind --libs fastjson,wast --size 1000 --datatype users ./run deser --apis databind --libs fastjson,wast --size 1000 ./run deser --apis databind --libs fastjson,wast --size 1000 --datatype users