tree: 680d40285210a2fe014f486f5720b71c226de450 [path history] [tgz]
  1. cockroachdb/
  2. configs/
  3. go/
  4. images/
  5. integration/
  6. jupyter/
  7. lint/
  8. migrations/
  9. modules/
  10. pages/
  11. res/
  12. scripts/
  13. secrets/
  14. .gitignore
  15. BIGTABLE.md
  16. COCKROACHDB.md
  17. create-ingestion-android-pubsub-topics.sh
  18. create-ingestion-android-x-pubsub-topics.sh
  19. create-ingestion-android-x2-pubsub-topics.sh
  20. create-ingestion-ct-pubsub-topics.sh
  21. create-ingestion-flutter-flutter-pubsub-topics.sh
  22. create-ingestion-flutter-pubsub-topics.sh
  23. create-ingestion-pubsub-topics.sh
  24. DESIGN.md
  25. FORMAT.md
  26. karma.conf.ts
  27. Makefile
  28. package-lock.json
  29. package.json
  30. probersk.json5
  31. PROD.md
  32. README.md
  33. setup.sh
  34. triage.md
  35. tsconfig.json
  36. tslint.json
  37. webpack.config.ts
perf/README.md

SkiaPerf Server

Reads Skia performance data from databases and serves interactive dashboards for easy exploration and annotations.

Developing

The easiest way to develop should be to do:

go get -u go.skia.org/infra/perf/go/...

Which will fetch the repository into the right location and download dependencies.

Then to build everything:

cd $GOPATH/src/go.skia.org/infra/perf
make

Make sure the $GOPATH/bin is on your path so that you can easily run the executables after they are generated.

The tests require both the Datastore, BigTable, and CockroachDB emulators to be running. To run the tests:

make test

To run the application locally:

skiaperf --logtostderr --namespace=perf-localhost-jcgregorio --local \
--noemail --do_clustering=false --project_name=skia-public \
--big_table_config=nano  --prom_port=:10000 --git_repo_dir=/tmp/skia_perf