Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 541 Bytes

File metadata and controls

28 lines (21 loc) · 541 Bytes

benchmarks

Benchmarks for tracking performance of encoding implementation.

NOTE: Benchmarking is run on every Pull Request. Results can be viewed for each workflow run on the GitHub Actions tab of the repository.

  • Run All platforms:

    ./gradlew benchmark
  • Run Jvm:

    ./gradlew jvmBenchmark
  • Run WasmJs:

    ./gradlew wasmJsBenchmark
  • Run Native:

    ./gradlew nativeHostBenchmark