Back to Frameworkbenchmarks

Dart 3 Benchmarking Test

frameworks/Dart/dart3/README.md

3897 B
Original Source

Dart 3 Benchmarking Test

Important Libraries

The tests were run with:

Benchmark Variants

Native

Minimal implementation with the smallest resource footprint. Supports basic horizontal scaling via Isolates and socket sharing. (source code)

Test URLs:

  • JSON: http://localhost:8080/json
  • PLAINTEXT: http://localhost:8080/plaintext

AOT

Performance-oriented AOT implementation for superior horizontal scaling. Achieves lowest latency and higher throughput with a slightly larger footprint. (source code)

Test URLs:

  • JSON: http://localhost:8080/json
  • PLAINTEXT: http://localhost:8080/plaintext