Jan Tattermusch
|
0d6eec8b8f
|
a few fixes for run_performance_tests.py flame graph generators
|
5 years ago |
Jan Tattermusch
|
84c74b67f8
|
build C++ in benchmarks with cmake
|
6 years ago |
Jan Tattermusch
|
185d7332ad
|
more reasonable timeouts scenario timeout
|
6 years ago |
Jan Tattermusch
|
96ae5f9aaa
|
make sure port server runs locally too
|
6 years ago |
Jan Tattermusch
|
4bfff0a0ff
|
yapf code
|
6 years ago |
Jan Tattermusch
|
217d460ee2
|
fix performance benchmarks on windows
|
6 years ago |
murgatroid99
|
fc566ddcc5
|
Increase build timeout again
|
6 years ago |
murgatroid99
|
f2177c735f
|
Increase build timeouts to account for Node build
|
7 years ago |
murgatroid99
|
07c7eda3e3
|
Add node repo to repo archive
|
7 years ago |
Mehrdad Afshari
|
87cd994b04
|
Upgrade yapf to 0.20.0
Upgrade yapf version to 0.20.0 and reformat Python files.
|
7 years ago |
ncteisen
|
888093c6ed
|
yapf run_tests
|
7 years ago |
Matt Kwong
|
b75db422bd
|
Add multi-vm performance tests to Kokoro
|
7 years ago |
Matt Kwong
|
69ce380ccc
|
Revert "Merge pull request #12513 from grpc/revert-12289-sig_hand"
This reverts commit 81ad19d4be , reversing
changes made to ed63aac195 .
|
7 years ago |
Matt Kwong
|
3c8f6dbffd
|
Remove leftover instance of clear_alarms
|
7 years ago |
Craig Tiller
|
0852acd8b3
|
Revert "Let alarms trigger at end of jobset.py instead of clearing them"
|
7 years ago |
Matt Kwong
|
5920abc535
|
Revert "Don't clear alarm in jobset when running performance tests"
This reverts commit c15d32bbe8 .
|
7 years ago |
Michael Darakananda
|
f570fb2743
|
give run_performance_tests a main method
In this way, external users can add perf tests for other languages
by adding to scenario_config.LANGUAGES then calling
run_performance_tests.main.
|
7 years ago |
Jan Tattermusch
|
61c913531c
|
fix windows performance benchmarks
|
7 years ago |
Matt Kwong
|
c15d32bbe8
|
Don't clear alarm in jobset when running performance tests
|
7 years ago |
Jan Tattermusch
|
7897ae9308
|
auto-fix most of licenses
|
8 years ago |
Siddharth Shukla
|
8e64d901fd
|
Modify shebang on python scripts
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
|
8 years ago |
Siddharth Shukla
|
d194f59939
|
Make testing scripts python3.x compatible
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
|
8 years ago |
Craig Tiller
|
6921820fab
|
Ensure port server is running on remote hosts
|
8 years ago |
Craig Tiller
|
0a3d5f90a9
|
Revert "Enable lto for performance testing"
|
8 years ago |
Craig Tiller
|
f9abb2921b
|
Reserve opt for external builds, use lto for profiling
|
8 years ago |
Alexander Polcyn
|
41fe579c6d
|
always render junit xml report after perf tests
|
8 years ago |
Alexander Polcyn
|
76be306f9d
|
shorten qps worker timeouts and run remote workers under timeout
|
8 years ago |
Yuxuan Li
|
ac87a46225
|
enable uploading server cpu usage data from performance tests to big query
|
8 years ago |
Jan Tattermusch
|
5c79a3199c
|
cleanup tools/run_tests directory
|
8 years ago |
Alexander Polcyn
|
66c6782751
|
add --perf_args usage to jenkins performance runner scripts
|
8 years ago |
Alexander Polcyn
|
9f08d110f8
|
add a "perf" option to benchmarks script, generate profile text reports and flamegraphs
|
8 years ago |
Alex Polcyn
|
ca5e92442f
|
clean up scenario.workers length check
|
8 years ago |
Alex Polcyn
|
fcf09ea42e
|
handle empty string for qps workers in driver and dont quit them on netperf
|
8 years ago |
Jan Tattermusch
|
88818ae49a
|
fix windows benchmarks and upload all 3 reports
|
8 years ago |
Jan Tattermusch
|
94d40cbd5a
|
make benchmarks create report.xml
|
8 years ago |
Alexander Polcyn
|
898a2e91f9
|
clean up error message
|
8 years ago |
Jan Tattermusch
|
447548b9f2
|
show logs from qps workers
|
8 years ago |
Alex Polcyn
|
cac93f673e
|
clean up error counting and reporting
|
8 years ago |
Alexander Polcyn
|
497966787a
|
fail performance tests if any jobs fail or timeout
|
8 years ago |
Craig Tiller
|
677966a257
|
Be explicit as to which tests to run
|
8 years ago |
Craig Tiller
|
025972d16d
|
Fix more things
|
8 years ago |
Craig Tiller
|
c197ec1fe6
|
Fix typo
|
8 years ago |
Craig Tiller
|
d82fccc5ec
|
Fix typo
|
8 years ago |
Craig Tiller
|
accf16b41e
|
Missed import
|
8 years ago |
Craig Tiller
|
c1b54f2fab
|
Run QPS workers just for the scenario that we want, to avoid interference
|
8 years ago |
Craig Tiller
|
b6df24765f
|
Properly categorize tests to allow sweeps to be run by adhoc
|
8 years ago |
Craig Tiller
|
c2895d2fee
|
Exclude sweep tests from the "full" suite
|
8 years ago |
Craig Tiller
|
6388da5a1f
|
Add missing flag option
|
8 years ago |
Vijay Pai
|
c23d33b29b
|
Revert "Generate html report for perf tests"
|
8 years ago |
Adele Zhou
|
7d4373bc6e
|
Generate html report for perf tests
|
8 years ago |