diff options
author | Adin Scannell <ascannell@google.com> | 2019-04-26 10:51:20 -0700 |
---|---|---|
committer | Adin Scannell <adin@scannell.ca> | 2019-05-13 15:27:34 -0700 |
commit | 599590c9d7c1f94dfcb69342da9e0e025f0fc94a (patch) | |
tree | c6ceb647c69018a44b6231aa57acff919d1f8ba7 /static/performance/README.md | |
parent | 0f5e7e011cd3f023fa69675c10ad022f0dc7f712 (diff) |
Add performance guide.
Diffstat (limited to 'static/performance/README.md')
-rw-r--r-- | static/performance/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/performance/README.md b/static/performance/README.md new file mode 100644 index 000000000..93c4f59df --- /dev/null +++ b/static/performance/README.md @@ -0,0 +1,9 @@ +# Performance data + +This directory holds the CSVs generated by the +[benchmark-tools][benchmark-tools] repository. + +In the future, these will be automatically posted to a cloud storage bucket and +loaded dynamically. At that point, this directory will be removed. + +[benchmark-tools]: https://gvisor.googlesource.com/benchmark-tools |