aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* print() is a function in Python 3 (#4754)csharp3.6.0cclauss2018-06-203-27/+31
|
* Fix incorrect link.Feng Xiao2018-06-111-1/+1
|
* FixYilun Chong2018-06-043-29/+36
|
* Add proto2 to proto3 utilYilun Chong2018-05-307-46/+349
|
* Fix python benchmark buildYilun Chong2018-05-211-6/+6
|
* Fix java benchmark bug, fix python library_pathYilun Chong2018-05-213-32/+19
|
* Fix benchmark buildYilun Chong2018-04-161-7/+7
|
* fix java benchmark, fix dashboard buildYilun Chong2018-04-132-116/+8
|
* Merge pull request #4478 from BSBandme/proto2_to_proto3_toolsYilun Chong2018-04-106-53/+584
|\ | | | | Add gogo benchmark
| * fix pythonYilun Chong2018-04-101-2/+4
| |
| * fix conflictsYilun Chong2018-04-107-130/+534
| |\
| * | Add gogo benchmarkYilun Chong2018-04-109-122/+685
| | |
* | | Merge pull request #4415 from BSBandme/experiementYilun Chong2018-04-1011-206/+644
|\ \ \ | | |/ | |/| Add dashboard support
| * | Add script for run and upload the benchmark result to bqYilun Chong2018-04-1011-206/+644
| |/
* | Merge pull request #4346 from BSBandme/performance_resultYilun Chong2018-03-221-1/+14
|\ \ | |/ |/| Add performance.md and add instruction for linking tcmalloc
| * Add performance.md and add instruction for linking tcmallocYilun Chong2018-03-221-1/+14
| |
* | Merge pull request #4387 from acozzette/down-integrateAdam Cozzette2018-03-202-0/+2
|\ \ | | | | | | Integrated internal changes from Google
| * | Integrated internal changes from GoogleAdam Cozzette2018-03-132-0/+2
| |/
* | Change to deal all messages in one loopYilun Chong2018-03-191-18/+19
| |
* | Rewrite go_benchmarkBSBandme2018-03-142-95/+82
| |
* | some fixBSBandme2018-03-132-35/+36
| |
* | Add go benchmarkBSBandme2018-03-079-15/+254
|/
* Sync internal benchmark changesYilun Chong2018-02-0917-30/+89
|
* upgrade submoduleYilun Chong2018-02-011-1/+1
|
* Update py_benchmark.pyYilun Chong2018-01-101-1/+1
|
* Fix java benchmark to use parser, fix cpp benchmark new arena to use Reset, ↵Yilun Chong2018-01-096-61/+59
| | | | format some files
* Merge pull request #4132 from BSBandme/JavaCaliperCounterYilun Chong2018-01-052-12/+64
|\ | | | | Java caliper counter
| * Add counter to Java benchmarkYilun Chong2018-01-052-12/+64
| |
* | Add python benchmarkYilun Chong2018-01-055-8/+284
|/
* Changed READMEYilun Chong2018-01-021-11/+12
|
* add cppYilun Chong2017-12-142-13/+23
|
* fix bugsYilun Chong2017-12-132-3/+4
|
* Fix bugsYilun Chong2017-12-136-156/+77
|
* Add caliper supported to java benchmarkYilun Chong2017-12-127-331/+552
|
* Fix bugs to pass testsYilun Chong2017-12-041-7/+12
|
* Sync internal benchmark changesYilun Chong2017-12-0127-459/+8651
|
* Added C++ benchmark. (#1525)Joshua Haberman2016-09-234-1/+256
|
* benchmarks: update readme.txtZi Shen Lim2016-08-261-13/+9
| | | | | | | 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 benchmarksThomas Van Lenten2016-05-061-0/+3
|
* Addressed PR comments.Josh Haberman2016-05-034-55/+9
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Josh Haberman2016-04-291-2/+2
|
* Read files directly from filesystem since xxd isn't always available.Josh Haberman2016-04-292-16/+14
|
* Updates for PR comments.Josh Haberman2016-04-292-5/+6
|
* Added README describing the directory.Josh Haberman2016-04-272-3/+33
|
* Added framework for generating/consuming benchmarking data sets.Josh Haberman2016-04-275-8/+378
| | | | | | | | 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"Jon Skeet2015-06-262-2/+0
| | | | | | | - 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)Jon Skeet2015-05-062-0/+6
|
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.kenton@google.com2009-11-031-0/+26
|
* Convert ProtoBench.java to unix-style line endings.kenton@google.com2009-11-031-177/+177
|