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
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
66540237ca
Down integrate to GitHub
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
152c8301cf
Fix python benchmark throughput; Change back to not using docker for benchmar ( #5503 )
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
cee0447fd9
Add node and php to benchmark dashboard
6 years ago
cclauss
e9063ccf19
print() is a function in Python 3 ( #4754 )
7 years ago
Yilun Chong
e3af02303a
fix python
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