Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-06 | Export a pprof visualization endpoint. | Adin Scannell | |
This allows us to link directly to profiling results from the build results. The code uses the standard pprof http server, exported from the Cloud Run instance. PiperOrigin-RevId: 350440910 | |||
2020-05-06 | Adapt website to use g3doc sources and bazel. | Adin Scannell | |
This adapts the merged website repository to use the image and bazel build framework. It explicitly avoids the container_image rules provided by bazel, opting instead to build with direct docker commands when necessary. The relevant build commands are incorporated into the top-level Makefile. |