Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Unified Diff: bench/bench_graph_svg.py

Issue 13430011: Increases batch size for sending bench data to appengine to 66. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698