golang.org/x/build@v0.0.0-20240506185731-218518f32b70/perfdata/appengine/static/upload.html (about) 1 <!DOCTYPE html> 2 <!-- 3 Copyright 2022 The Go Authors. All rights reserved. 4 Use of this source code is governed by a BSD-style 5 license that can be found in the LICENSE file. 6 --> 7 8 <html> 9 <head> 10 <title>Upload Performance Results</title> 11 </head> 12 <body> 13 <p>Upload one or more <a href="https://github.com/golang/proposal/blob/master/design/14313-benchmark-format.md">benchmark files</a>.</p> 14 <form method="post" enctype="multipart/form-data"> 15 <label>File: <input type="file" name="file" multiple></label><br> 16 <input type="submit" value="Upload"> 17 </form> 18 </body> 19 </html>