Jan Chaloupka
f967c544ad
scheduler benchmark: allow to override bench prefix
...
Right now, hack/jenkins/dockerized.sh is solely utilized by scheduler perf jenkins job.
There's an effort to extend the scheduler performance suite. In order to run
individual subsuites separately, we need a way to select a subset of benchmark tests
to be run. Golang exposes -bench option which allows to specify a prefix
of benchmark tests to be run.
2019-12-04 18:45:48 +01:00
Cong Liu
016ab0b899
Fix benchmark artifact parsing.
...
* Added a extractor to extract raw logs from json format and then pipe
it into benchmark parser.
* Also added -alsologtostderr=false -logtostderr=false to reduce noisy logs.
2019-11-26 13:47:12 -05:00
Jordan Liggitt
8618c09369
opt out of module mode for builds
2019-11-06 17:39:05 -05:00
Matt Matejczyk
68aebb4899
Don't use hardcoded /go GOPATH in benchmark-dockerized.sh
2019-10-31 13:57:04 +01:00
Jordan Liggitt
93c02e164f
Switch to json test output
2019-07-31 17:43:02 -04:00
aaa
037729b357
update benchmark-dockerized.sh and verify-dockerized.sh
...
update pull request
2019-04-09 15:07:26 -04:00
aaa
64f8f30c07
fix shellcheck failures in ./hack/jenkins/...
2019-03-21 05:30:11 -04:00
Krzysztof Siedlecki
c20262eb33
adding FULL_LOG flag
2019-02-07 12:04:43 +01:00
Krzysztof Siedlecki
f461759dc9
adding go-junit-report install
2019-02-07 11:48:22 +01:00
Krzysztof Siedlecki
491c000eeb
installing github.com/cespare/prettybench
2019-02-05 14:54:01 +01:00
Roy Lenferink
a5d0616bdc
Improving syntax for bash scripts
2019-01-18 19:17:16 +01:00
Christoph Blecker
b19fb0a77e
Clean up artifacts variables in hack scripts
2018-12-19 15:17:13 -08:00
Matthias Bertschy
9b15af19b2
Update all script to use /usr/bin/env bash in shebang
2018-04-19 13:20:13 +02:00
Marcin Owsiany
b1be35ebf1
Save benchmark data in perfdash-friendly format.
2018-02-14 14:22:18 +01:00
Shyam Jeedigunta
9ddaeae2c6
Disable JUnit-style reporting for benchmark script
2018-01-31 18:33:21 +01:00
Christoph Blecker
4fb2265bd8
Don't go get godep in jenkins scripts
2018-01-30 07:42:58 -08:00
Shyam Jeedigunta
040bce890a
Fix bug in dockerized benchmarking script
2018-01-24 20:14:57 +01:00
Shyam Jeedigunta
d0d7cf644e
Create benchmark results file before writing to it
2018-01-24 14:21:29 +01:00
Shyam Jeedigunta
60bd9ab906
Benchmarking script pretty-prints results into a separate file
2018-01-19 18:33:30 +01:00
Shyam Jeedigunta
1bdc99d2ec
Add script to run integration benchmark tests in dockerized env
2018-01-15 14:04:19 +01:00