| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Upload Performance Results</title> | |
| </head> | |
| <body> | |
| <p>Upload one or more <a href="https://github.com/golang/proposal/blob/master/design/14313-benchmark-format.md">benchmark files</a>.</p> | |
| <form method="post" enctype="multipart/form-data"> | |
| <label>File: <input type="file" name="file" multiple></label><br> | |
| <input type="submit" value="Upload"> | |
| </form> | |
| </body> | |
| </html> |