tree: cb050e45399f7edd0b9098cbddf9ac11fc1ae699 [path history] [tgz]
  1. cockroachdb/
  2. configs/
  3. go/
  4. images/
  5. integration/
  6. jupyter/
  7. lint/
  8. migrations/
  9. modules/
  10. nanostat/
  11. pages/
  12. res/
  13. samplevariance/
  14. scripts/
  15. secrets/
  16. .345007205
  17. .eslintrc.js
  18. .gitignore
  19. API.md
  20. BACKUPS.md
  21. BUILD.bazel
  22. CHECKLIST.md
  23. COCKROACHDB.md
  24. create-ingestion-android-pubsub-topics.sh
  25. create-ingestion-android-x-pubsub-topics.sh
  26. create-ingestion-android-x2-pubsub-topics.sh
  27. create-ingestion-ct-pubsub-topics.sh
  28. create-ingestion-flutter-engine2-pubsub-topics.sh
  29. create-ingestion-flutter-flutter-pubsub-topics.sh
  30. create-ingestion-flutter-flutter2-pubsub-topics.sh
  31. create-ingestion-flutter-pubsub-topics.sh
  32. create-ingestion-pubsub-topics.sh
  33. DESIGN.md
  34. FORMAT.md
  35. karma.conf.ts
  36. Makefile
  37. migrate.sh
  38. PERFSERVER.md
  39. PERFTOOL.md
  40. probersk.json
  41. PROD.md
  42. README.md
  43. reingest-android-data.sh
  44. TRIAGE.md
  45. tsconfig.json
  46. tslint.json
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 the CockroachDB emulator to be running. To run the tests:

make test

To run the application locally:

perfserver frontend --local --config_filename=./configs/local.json \
  --do_clustering=false --noemail --port=:8001