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