Josh Haberman
d61aede89c
Down-integrate from google3.
6 years ago
Feng Xiao
afe98de32a
Replace repo links.
6 years ago
Feng Xiao
6bbe197e9c
Down-integrate from google3.
6 years ago
Yilun Chong
5a95666f6e
fix filename and newline
6 years ago
Yilun Chong
517dee8da3
fix third_party/benchmark init
6 years ago
Yilun Chong
a7071291c7
Add JS and Protobuf.js benchmark
6 years ago
Yilun Chong
3783a4ca17
Sync internal benchmark changes
6 years ago
BSBandme
0b3b4708a9
Fix cpp benchmark dependency on mac
6 years ago
Yilun Chong
7f57d13c22
add php benchmark
6 years ago
BSBandme
a194ffae97
Fix cpp benchmark dependency on mac
6 years ago
Sebastian Schuberth
ee03556df9
Remove the executable bit from several source code files
...
This potentially avoids compiler warnings.
7 years ago
cclauss
e9063ccf19
print() is a function in Python 3 ( #4754 )
7 years ago
Feng Xiao
7eef83d27a
Fix incorrect link.
7 years ago
Yilun Chong
61dac6d592
Fix
7 years ago
Yilun Chong
193af9f4c1
Add proto2 to proto3 util
7 years ago
Yilun Chong
d69fd037f8
Fix python benchmark build
7 years ago
Yilun Chong
98e097233f
Fix java benchmark bug, fix python library_path
7 years ago
Yilun Chong
8f3507360c
Fix benchmark build
7 years ago
Yilun Chong
092134593d
fix java benchmark, fix dashboard build
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
Yilun Chong
745ef89ebf
Add performance.md and add instruction for linking tcmalloc
7 years ago
Yilun Chong
d6323c8c0f
Change to deal all messages in one loop
7 years ago
BSBandme
501c13f65a
Rewrite go_benchmark
7 years ago
Adam Cozzette
0400cca323
Integrated internal changes from Google
7 years ago
BSBandme
6d2c6a0099
some fix
7 years ago
BSBandme
4e3c413493
Add go benchmark
7 years ago
Yilun Chong
6cd4ec4972
Sync internal benchmark changes
7 years ago
Yilun Chong
7f1491506c
upgrade submodule
7 years ago
Yilun Chong
473a810975
Update py_benchmark.py
7 years ago
Yilun Chong
fa60e550ec
Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, format some files
7 years ago
Yilun Chong
195253c3f6
Add counter to Java benchmark
7 years ago
Yilun Chong
2fc69b1561
Add python benchmark
7 years ago
Yilun Chong
a147a21376
Changed README
7 years ago
Yilun Chong
4b0209140e
add cpp
7 years ago
Yilun Chong
75523ec086
fix bugs
7 years ago
Yilun Chong
34843eddfe
Fix bugs
7 years ago
Yilun Chong
5e732e35c1
Add caliper supported to java benchmark
7 years ago
Yilun Chong
1fd6c1761e
Fix bugs to pass tests
7 years ago
Yilun Chong
1c062a65af
Sync internal benchmark changes
7 years ago
Joshua Haberman
a289d43608
Added C++ benchmark. ( #1525 )
8 years ago
Zi Shen Lim
f5c7a4896d
benchmarks: update readme.txt
...
Remove references to google_speed.proto which was removed in
commit 2e83110230
.
Also fix-up commands to build and run.
8 years ago
Thomas Van Lenten
b661fb5000
Add the missing maintiner-clean entry for benchmarks
9 years ago
Josh Haberman
247ef1f0df
Addressed PR comments.
9 years ago
Josh Haberman
b2d4b1a528
Fixed for pre-C++11 ifstream which does not accept std::string.
9 years ago
Josh Haberman
49a8918e97
Read files directly from filesystem since xxd isn't always available.
9 years ago
Josh Haberman
1ce5bd8e84
Updates for PR comments.
9 years ago
Josh Haberman
30a2f70eb3
Added README describing the directory.
9 years ago
Josh Haberman
2e83110230
Added framework for generating/consuming benchmarking data sets.
...
This takes the code that was sitting in benchmarks/
already and makes it easier for language-specific
benchmarks to consume. Future PRs will enhance this
so that the language-specific benchmarks can report
metrics back that will be tracked over time in PerfKit.
9 years ago