aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks
Commit message (Collapse)AuthorAge
* Fix cpp benchmark dependency on macGravatar BSBandme2018-07-06
|
* Remove the executable bit from several source code filesGravatar Sebastian Schuberth2018-06-25
| | | | This potentially avoids compiler warnings.
* print() is a function in Python 3 (#4754)Gravatar cclauss2018-06-20
|
* Fix incorrect link.Gravatar Feng Xiao2018-06-11
|
* FixGravatar Yilun Chong2018-06-04
|
* Add proto2 to proto3 utilGravatar Yilun Chong2018-05-30
|
* Fix python benchmark buildGravatar Yilun Chong2018-05-21
|
* Fix java benchmark bug, fix python library_pathGravatar Yilun Chong2018-05-21
|
* Fix benchmark buildGravatar Yilun Chong2018-04-16
|
* fix java benchmark, fix dashboard buildGravatar Yilun Chong2018-04-13
|
* Merge pull request #4478 from BSBandme/proto2_to_proto3_toolsGravatar Yilun Chong2018-04-10
|\ | | | | Add gogo benchmark
| * fix pythonGravatar Yilun Chong2018-04-10
| |
| * fix conflictsGravatar Yilun Chong2018-04-10
| |\
| * | Add gogo benchmarkGravatar Yilun Chong2018-04-10
| | |
* | | Merge pull request #4415 from BSBandme/experiementGravatar Yilun Chong2018-04-10
|\ \ \ | | |/ | |/| Add dashboard support
| * | Add script for run and upload the benchmark result to bqGravatar Yilun Chong2018-04-10
| |/
* | Merge pull request #4346 from BSBandme/performance_resultGravatar Yilun Chong2018-03-22
|\ \ | |/ |/| Add performance.md and add instruction for linking tcmalloc
| * Add performance.md and add instruction for linking tcmallocGravatar Yilun Chong2018-03-22
| |
* | Merge pull request #4387 from acozzette/down-integrateGravatar Adam Cozzette2018-03-20
|\ \ | | | | | | Integrated internal changes from Google
* | | Change to deal all messages in one loopGravatar Yilun Chong2018-03-19
| | |
* | | Rewrite go_benchmarkGravatar BSBandme2018-03-14
| | |
| * | Integrated internal changes from GoogleGravatar Adam Cozzette2018-03-13
| |/
* | some fixGravatar BSBandme2018-03-13
| |
* | Add go benchmarkGravatar BSBandme2018-03-07
|/
* Sync internal benchmark changesGravatar Yilun Chong2018-02-09
|
* upgrade submoduleGravatar Yilun Chong2018-02-01
|
* Update py_benchmark.pyGravatar Yilun Chong2018-01-10
|
* Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, ↵Gravatar Yilun Chong2018-01-09
| | | | format some files
* Merge pull request #4132 from BSBandme/JavaCaliperCounterGravatar Yilun Chong2018-01-05
|\ | | | | Java caliper counter
| * Add counter to Java benchmarkGravatar Yilun Chong2018-01-05
| |
* | Add python benchmarkGravatar Yilun Chong2018-01-05
|/
* Changed READMEGravatar Yilun Chong2018-01-02
|
* add cppGravatar Yilun Chong2017-12-14
|
* fix bugsGravatar Yilun Chong2017-12-13
|
* Fix bugsGravatar Yilun Chong2017-12-13
|
* Add caliper supported to java benchmarkGravatar Yilun Chong2017-12-12
|
* Fix bugs to pass testsGravatar Yilun Chong2017-12-04
|
* Sync internal benchmark changesGravatar Yilun Chong2017-12-01
|
* Added C++ benchmark. (#1525)Gravatar Joshua Haberman2016-09-23
|
* benchmarks: update readme.txtGravatar Zi Shen Lim2016-08-26
| | | | | | | Remove references to google_speed.proto which was removed in commit 2e83110230b7. Also fix-up commands to build and run.
* Add the missing maintiner-clean entry for benchmarksGravatar Thomas Van Lenten2016-05-06
|
* Addressed PR comments.Gravatar Josh Haberman2016-05-03
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Gravatar Josh Haberman2016-04-29
|
* Read files directly from filesystem since xxd isn't always available.Gravatar Josh Haberman2016-04-29
|
* Updates for PR comments.Gravatar Josh Haberman2016-04-29
|
* Added README describing the directory.Gravatar Josh Haberman2016-04-27
|
* Added framework for generating/consuming benchmarking data sets.Gravatar Josh Haberman2016-04-27
| | | | | | | | 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.
* More cleanup, based around searches for "Google.ProtocolBuffers"Gravatar Jon Skeet2015-06-26
| | | | | | | - Remove some old proto2-based C#-only messages - Remove the "build" directory which only contained out-of-date files - Remove the csharp_namespace option from proto2 messages - Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Gravatar Jon Skeet2015-05-06
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers