tree: ddfc5a8a42c539e1b3887d6c36f6756d1cf16e44 [path history] [tgz]
  1. bin/
  2. lib/
  3. protos/
  4. tool/
  5. web/
  6. build.yaml
  7. compile_protos.sh
  8. mono_pkg.yaml
  9. pubspec.yaml
  10. README.md
  11. 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].