Chromium Code Reviews

Side by Side Diff: client/samples/parallel

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « client/samples/oprofile.power5+ ('k') | client/samples/parallel_dd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 def kernbench():
2 job.run_test('kernbench', iterations=2, threads=5)
3
4 def dbench():
5 job.run_test('dbench')
6
7 job.parallel([kernbench], [dbench])
OLDNEW
« no previous file with comments | « client/samples/oprofile.power5+ ('k') | client/samples/parallel_dd » ('j') | no next file with comments »

Powered by Google App Engine