tree: 67b7ac43bd6c6812694a72ec1f371d235fcc1ef1 [path history] [tgz]
  1. go/
  2. jupyter/
  3. lint/
  4. perf-ingest/
  5. res/
  6. scripts/
  7. skiaperf/
  8. templates/
  9. .bowerrc
  10. BIGTABLE.md
  11. bower.json
  12. build_android_release
  13. build_docker_release
  14. build_master_release
  15. build_perf_ingest_release
  16. build_release
  17. create-email-secrets.sh
  18. create-ingestion-android-pubsub-topics.sh
  19. create-ingestion-ct-pubsub-topics.sh
  20. create-ingestion-pubsub-topics.sh
  21. create-perf-ingest-sa.sh
  22. create-perf-sa.sh
  23. DESIGN.md
  24. elements.html
  25. FORMAT.md
  26. Makefile
  27. package.json
  28. probersk.json5
  29. README.md
  30. setup.sh
  31. triage.md
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 and BigTable 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