47degrees / helios

A purely functional JSON library for Kotlin built on Λrrow
https://47degrees.github.io/helios/
Apache License 2.0
169 stars 22 forks source link

Upgrade Hood and Gradle #138

Closed rachelcarmena closed 4 years ago

rachelcarmena commented 4 years ago

Changes

Details

Manual changes on:

    modified:   build.gradle
    modified:   helios-benchmarks/build.gradle

The rest of the files have been updated with gradle wrapper --gradle-version 6.4.1:

    modified:   gradle/wrapper/gradle-wrapper.jar
    modified:   gradle/wrapper/gradle-wrapper.properties
    modified:   gradlew
    modified:   gradlew.bat
47erbot commented 4 years ago

Hood benchmark comparison: :heavy_check_mark: Decoding (Threshold: 878.483626202263)

Benchmark Value
master_benchmark 16717.05327794091
helios_benchmark 17185.640675274393

:warning: Decodingfromraw (Threshold: 250.0)

Benchmark Value
master_benchmark 10593.538693249156
helios_benchmark 10389.327260988994

:red_circle: Parsing (Threshold: 250.0)

Benchmark Value
master_benchmark 28533.88116262605
helios_benchmark 27611.70206937746
rachelcarmena commented 4 years ago

Thanks for the reviews @calvellido @AdrianRaFo :raised_hands: