Skip to content

Commit cf930f6

Browse files
committed
app/appengine: remove ancient performance/benchmarking code
This was the performance/benchmark code from ~three generations ago. It's unused and unmaintained. It broke when we moved from mercurial to git, IIRC. I'm attempting to modernize this code (for golang/go#34744) but it'd be easier if there's less code to deal with. Updates golang/go#34744 Change-Id: Ib4999830b05df9ffad9b46964022325404350b47 Reviewed-on: https://go-review.googlesource.com/c/build/+/208319 Reviewed-by: Bryan C. Mills <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
1 parent ff18cb3 commit cf930f6

17 files changed

+1
-2507
lines changed

app/appengine/app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ handlers:
55
- url: /static
66
static_dir: app/appengine/static
77
secure: always
8-
- url: /(init|buildtest|key|perflearn|_ah/queue/go/delay)
8+
- url: /(init|buildtest|key|_ah/queue/go/delay)
99
script: auto
1010
login: admin
1111
secure: always

0 commit comments

Comments
 (0)