Commit Graph

59 Commits

Author SHA1 Message Date
Yilun Chong
517dee8da3 fix third_party/benchmark init 2018-07-27 17:59:19 -07:00
Yilun Chong
3783a4ca17 Sync internal benchmark changes 2018-07-18 13:45:32 -07:00
Yilun Chong
d2980062c8
Merge pull request #4850 from BSBandme/php_benchmark
add php benchmark
2018-07-16 14:40:57 -07:00
Yilun Chong
7f57d13c22 add php benchmark 2018-07-16 13:53:22 -07:00
BSBandme
a194ffae97 Fix cpp benchmark dependency on mac 2018-07-06 12:25:52 -07:00
Sebastian Schuberth
ee03556df9 Remove the executable bit from several source code files
This potentially avoids compiler warnings.
2018-06-25 08:17:39 +02:00
cclauss
e9063ccf19 print() is a function in Python 3 (#4754) 2018-06-20 15:18:20 -07:00
Feng Xiao
7eef83d27a Fix incorrect link. 2018-06-11 22:59:03 -07:00
Yilun Chong
61dac6d592 Fix 2018-06-04 10:16:40 -07:00
Yilun Chong
193af9f4c1 Add proto2 to proto3 util 2018-05-30 17:06:45 -07:00
Yilun Chong
d69fd037f8 Fix python benchmark build 2018-05-21 18:59:39 -07:00
Yilun Chong
98e097233f Fix java benchmark bug, fix python library_path 2018-05-21 14:56:56 -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
320d56c833
Merge pull request #4478 from BSBandme/proto2_to_proto3_tools
Add gogo benchmark
2018-04-10 15:56:11 -07:00
Yilun Chong
e3af02303a fix python 2018-04-10 14:48:03 -07:00
Yilun Chong
76d76ae39c fix conflicts 2018-04-10 14:37:33 -07:00
Yilun Chong
c703061d49 Add gogo benchmark 2018-04-10 14:32:28 -07:00
Yilun Chong
5fb73f80f2
Merge pull request #4415 from BSBandme/experiement
Add dashboard support
2018-04-10 14:23:07 -07:00
Yilun Chong
805174eda2 Add script for run and upload the benchmark result to bq 2018-04-10 13:26:17 -07:00
Yilun Chong
a7a746f0b7
Merge pull request #4346 from BSBandme/performance_result
Add performance.md and add instruction for linking tcmalloc
2018-03-22 17:09:25 -07:00
Yilun Chong
745ef89ebf Add performance.md and add instruction for linking tcmalloc 2018-03-22 17:08:06 -07:00
Adam Cozzette
ed4321d1cb
Merge pull request #4387 from acozzette/down-integrate
Integrated internal changes from Google
2018-03-20 16:14:32 -07:00
Yilun Chong
d6323c8c0f Change to deal all messages in one loop 2018-03-19 16:43:27 -07:00
BSBandme
501c13f65a Rewrite go_benchmark 2018-03-14 07:03:44 -07:00
Adam Cozzette
0400cca323 Integrated internal changes from Google 2018-03-13 16:37:29 -07:00
BSBandme
6d2c6a0099 some fix 2018-03-13 01:18:20 -07:00
BSBandme
4e3c413493 Add go benchmark 2018-03-07 00:35:42 -08:00
Yilun Chong
6cd4ec4972 Sync internal benchmark changes 2018-02-09 11:47:00 -08:00
Yilun Chong
7f1491506c upgrade submodule 2018-02-01 11:11:00 -08:00
Yilun Chong
473a810975
Update py_benchmark.py 2018-01-10 10:25:24 -08:00
Yilun Chong
fa60e550ec Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, format some files 2018-01-09 10:24:50 -08:00
Yilun Chong
bab843b8b9
Merge pull request #4132 from BSBandme/JavaCaliperCounter
Java caliper counter
2018-01-05 16:33:17 -08:00
Yilun Chong
195253c3f6 Add counter to Java benchmark 2018-01-05 16:28:51 -08:00
Yilun Chong
2fc69b1561 Add python benchmark 2018-01-05 11:20:40 -08:00
Yilun Chong
a147a21376 Changed README 2018-01-02 09:57:04 -08:00
Yilun Chong
4b0209140e add cpp 2017-12-14 17:26:16 -08:00
Yilun Chong
75523ec086 fix bugs 2017-12-13 17:21:33 -08:00
Yilun Chong
34843eddfe Fix bugs 2017-12-13 14:34:52 -08:00
Yilun Chong
5e732e35c1 Add caliper supported to java benchmark 2017-12-12 12:05:29 -08:00
Yilun Chong
1fd6c1761e Fix bugs to pass tests 2017-12-04 14:39:08 -08:00
Yilun Chong
1c062a65af Sync internal benchmark changes 2017-12-01 11:55:38 -08:00
Joshua Haberman
a289d43608 Added C++ benchmark. (#1525) 2016-09-23 11:07:45 -07:00
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.
2016-08-26 18:11:44 -07:00
Thomas Van Lenten
b661fb5000 Add the missing maintiner-clean entry for benchmarks 2016-05-06 12:47:41 -04:00
Josh Haberman
247ef1f0df Addressed PR comments. 2016-05-03 12:53:49 -07:00
Josh Haberman
b2d4b1a528 Fixed for pre-C++11 ifstream which does not accept std::string. 2016-04-29 10:25:52 -07:00
Josh Haberman
49a8918e97 Read files directly from filesystem since xxd isn't always available. 2016-04-29 10:19:03 -07:00
Josh Haberman
1ce5bd8e84 Updates for PR comments. 2016-04-29 09:39:26 -07:00
Josh Haberman
30a2f70eb3 Added README describing the directory. 2016-04-27 18:34:33 -07:00