summaryrefslogtreecommitdiff
path: root/benchmarks/parsetostruct.proto2_table.cc
AgeCommit message (Collapse)Author
2011-02-27Make proto2 benchmarks use ParsePartial, to make results vs upb more comparable.Joshua Haberman
ParsePartial does not check that required fields are set, which upb also currently does not do. This sped up proto2 reflection by 40%, but upb is still 7x faster in a comparable test (instead of 11x, like before).
2009-08-30Small stylistic improvements in benchmarks.Joshua Haberman
2009-08-04More work on benchmarks (performance tests).Joshua Haberman
2009-08-04Integrated benchmarks into main Makefile.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback