Adam Cozzette
31dd7b71cc
Fix benchmark by making sure we use Python 3 ( #9170 ) ( #9176 )
...
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.
3 years ago
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.
3 years ago
Jan Tattermusch
b4a06a193b
print benchmarks JSON results to build job log
4 years ago
listonjesse
2ae7cf0e03
Auxillary -> Auxiliary
5 years ago
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 (#!).
5 years ago
Hao Nguyen
88339fa7f8
Down integrate to GitHub
6 years ago
Mickaël Schoentgen
ed10d9cf6d
Fix several DeprecationWarning: invalid escape sequence ( #5897 )
...
Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
6 years ago
Xiang Dai
e479410564
delete all duplicate empty blanks ( #5758 )
...
Signed-off-by: Xiang Dai <764524258@qq.com>
6 years ago
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
6 years ago
Yilun Chong
5b8a023610
fix
6 years ago
Yilun Chong
ec11d29076
fix function names
6 years ago
Yilun Chong
dfa53e2fa2
fix comment out
6 years ago
Yilun Chong
cee0447fd9
Add node and php to benchmark dashboard
6 years ago
Josh Haberman
d61aede89c
Down-integrate from google3.
6 years ago
Yilun Chong
3783a4ca17
Sync internal benchmark changes
6 years ago
cclauss
e9063ccf19
print() is a function in Python 3 ( #4754 )
7 years ago
Yilun Chong
61dac6d592
Fix
7 years ago
Yilun Chong
193af9f4c1
Add proto2 to proto3 util
7 years ago
Yilun Chong
c703061d49
Add gogo benchmark
7 years ago
Yilun Chong
805174eda2
Add script for run and upload the benchmark result to bq
7 years ago