Adam Cozzette
6a9cf18cba
Fix benchmark by making sure we use Python 3 ( #9170 )
...
The benchmark runs have been failing since we started requiring Python
3, so this changes fixes the benchmarks by ensuring we always use Python
3.
2021-11-01 09:00:31 -07:00
Jan Tattermusch
a8b73fb904
OSS benchmark script improvements: use java 11, remove tcmalloc, remove JS ( #8918 )
2021-09-03 09:24:32 -07:00
Jan Tattermusch
b4a06a193b
print benchmarks JSON results to build job log
2021-05-31 11:07:33 +02:00
Jan Tattermusch
ceafbf9132
more cleanup
2021-05-27 12:29:29 +02:00
Jan Tattermusch
75afc88eae
disable php benchmark and other cleanup
2021-05-27 11:32:50 +02:00
Jan Tattermusch
6135c916a4
fix benchmark run.sh script
2021-05-27 10:30:12 +02:00
David L. Jones
f82e268ed7
Remove references to stale benchmark data sources.
2021-04-01 12:21:02 -07:00
Joshua Haberman
c649397029
Set execute bit on files if and only if they begin with (#!). ( #7347 )
...
* Set execute bit on files if and only if they begin with (#!).
Git only tracks the 'x' (executable) bit on each file. Prior to this
CL, our files were a random mix of executable and non-executable.
This change imposes some order by making files executable if and only
if they have shebang (#!) lines at the beginning.
We don't have any executable binaries checked into the repo, so
we shouldn't need to worry about that case.
* Added fix_permissions.sh script to set +x iff a file begins with (#!).
2020-04-01 15:28:25 -07:00
Xiang Dai
e479410564
delete all duplicate empty blanks ( #5758 )
...
Signed-off-by: Xiang Dai <764524258@qq.com>
2019-02-20 19:28:50 -08:00
Yilun Chong
152c8301cf
Fix python benchmark throughput; Change back to not using docker for benchmar ( #5503 )
2018-12-20 17:15:51 -08:00
Yilun Chong
6adc3d74fb
Fix benchmark to use docker image on kokoro ( #5481 )
...
* Fix benchmark to use docker image on kokoro
* Deleted pure php benchmark and fix long time benchmark
2018-12-18 16:20:23 -08:00
Yilun Chong
cee0447fd9
Add node and php to benchmark dashboard
2018-09-25 16:05:16 -07:00
Feng Xiao
afe98de32a
Replace repo links.
2018-08-22 11:55:30 -07:00
Yilun Chong
3783a4ca17
Sync internal benchmark changes
2018-07-18 13:45:32 -07:00
Yilun Chong
98e097233f
Fix java benchmark bug, fix python library_path
2018-05-21 14:56:56 -07:00
Yilun Chong
c3566c6861
Fix python install, cat java error log for kokoro build
2018-05-14 12:00:21 -07:00
Yilun Chong
8f3507360c
Fix benchmark build
2018-04-16 17:01:18 -07:00
Yilun Chong
092134593d
fix java benchmark, fix dashboard build
2018-04-13 14:54:58 -07:00
Yilun Chong
805174eda2
Add script for run and upload the benchmark result to bq
2018-04-10 13:26:17 -07:00