tree: fe31cd50dd50885364c6db32365d9b0a04e8debf [path history] [tgz]
  1. bin/
  2. lib/
  3. protos/
  4. tool/
  5. web/
  6. analysis_options.yaml
  7. build.yaml
  8. compile_protos.sh
  9. mono_pkg.yaml
  10. pubspec.yaml
  11. README.md
  12. run_protoc_plugin.sh
api_benchmark/README.md

Benchmark of api functions

Compiling the protos:

$ ./compile_protos.sh

Run on the vm:

$ pub run props_vm.dart
$ pub run readjson_vm.dart

Run in a browser:

$ pub run build_runner serve web:8181

Navigate to: [http://localhost:8181/props.html] or [http://localhost:8181/readjson.html].