Chromium Code Reviews| Index: bench/bench_graph_svg.py |
| =================================================================== |
| --- bench/bench_graph_svg.py (revision 8490) |
| +++ bench/bench_graph_svg.py (working copy) |
| @@ -24,7 +24,7 @@ |
| TITLE_PREAMBLE_LENGTH = len(TITLE_PREAMBLE) |
| # Number of data points to send to appengine at once. |
| -DATA_POINT_BATCHSIZE = 25 |
| +DATA_POINT_BATCHSIZE = 66 |
| def grouper(n, iterable): |
| """Groups list into list of lists for a given size. See itertools doc: |