tree: a7fcf773433071dd73687839ab3ad07a8923fa4c [path history] [tgz]
  1. go/
  2. jupyter/
  3. lint/
  4. modules/
  5. pages/
  6. perf-ingest/
  7. res/
  8. scripts/
  9. secrets/
  10. skiaperf/
  11. .eslintrc.js
  12. BIGTABLE.md
  13. build_docker_release
  14. build_perf_ingest_release
  15. create-ingestion-android-pubsub-topics.sh
  16. create-ingestion-android-x-pubsub-topics.sh
  17. create-ingestion-ct-pubsub-topics.sh
  18. create-ingestion-flutter-pubsub-topics.sh
  19. create-ingestion-pubsub-topics.sh
  20. DESIGN.md
  21. FORMAT.md
  22. karma.conf.js
  23. Makefile
  24. package-lock.json
  25. package.json
  26. probersk.json5
  27. PROD.md
  28. README.md
  29. setup.sh
  30. triage.md
  31. webpack.config.js
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