blob: a5b3b653a8d75a0f2786709457bce5440e11d06d [file] [log] [blame] [view]
# Benchmark of api functions
## Compiling the protos:
```sh
$ ./compile_protos.sh
```
## Run on the vm:
```sh
$ pub run props_vm.dart
$ pub run readjson_vm.dart
```
## Run in a browser:
```sh
$ pub run build_runner serve web:8181
```
Navigate to: [http://localhost:8181/props.html] or [http://localhost:8181/readjson.html].