Commit Graph

6 Commits

Author SHA1 Message Date
Ben Kalman 81673c2591 Add perf test for url-fetch 2016-09-27 16:52:54 -07:00
Ben Kalman e77dc74f32 Update run_perf_builder.py to run 'go test' commands sequentially (#2582)
This changes effectively:

> go test ./go/types/perf ./samples/csv/csv-import <etc>

to:

> go test ./go/types/perf <etc>
> go test ./samples/csv/csv-import <etc>

The perf results started going crazy when I started running a second
test package (./go/types/perf), this is one reason why it may have
happened. It's hard to say for sure what go test is doing.
2016-09-15 16:47:53 -07:00
Ben Kalman c063b51ae7 Add go/types/perf to perf build tests (oops) (#2572) 2016-09-14 17:12:56 -07:00
Ben Kalman e156791329 Add go/types to perf builder tests (#2568) 2016-09-14 15:27:48 -07:00
Ben Kalman aaad3601db Tweak number of reps and timeout of perf bot script (#2462) 2016-08-31 11:27:44 -07:00
Ben Kalman 8fef8fe7b0 Add perf bot script (#2393) 2016-08-24 09:47:09 -07:00