- 01 Feb, 2016 1 commit
-
-
mtrofin authored
Improved flexibility for the perf runner, by adding option to specify precisely shell binary. NOTRY=true Review URL: https://codereview.chromium.org/1659483003 Cr-Commit-Position: refs/heads/master@{#33649}
-
- 15 Sep, 2015 1 commit
-
-
machenbach authored
NOTRY=true Review URL: https://codereview.chromium.org/1341213002 Cr-Commit-Position: refs/heads/master@{#30731}
-
- 14 Sep, 2015 1 commit
-
-
gdeepti authored
Enhance the perf runner to run with the profiler and print the summary for each d8 run. This automates running the profiler with multiple benchmarks. BUG=None LOG=N TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1327033003 Cr-Commit-Position: refs/heads/master@{#30720}
-
- 27 Jul, 2015 1 commit
-
-
machenbach authored
BUG=chromium:267773 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1255183002 Cr-Commit-Position: refs/heads/master@{#29875}
-
- 10 Jul, 2015 1 commit
-
-
machenbach authored
This allows running two executables interleaved to reduce flakiness of tryjobs. The executables must reside in different out directories. BUG=chromium:507213 LOG=n NOTRY=true TEST=python -m unittest run_perf_test Review URL: https://codereview.chromium.org/1215273003 Cr-Commit-Position: refs/heads/master@{#29572}
-
- 08 Jul, 2015 1 commit
-
-
machenbach authored
This prepares for making multiple measurements of one trace. For this, the suite/trace configurations need to be independent of the measurement instances. BUG=chromium:507213 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1227033002 Cr-Commit-Position: refs/heads/master@{#29531}
-
- 06 Jul, 2015 1 commit
-
-
machenbach authored
BUG=chromium:507213 LOG=n NOTRY=true TBR=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1213613005 Cr-Commit-Position: refs/heads/master@{#29492}
-
- 29 Jun, 2015 1 commit
-
-
machenbach authored
The android_* configs were never real v8 target architectures, only make targets. This doesn't make sense with ninja anymore. BUG=chromium:502176 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/1220743002 Cr-Commit-Position: refs/heads/master@{#29349}
-
- 18 May, 2015 1 commit
-
-
machenbach authored
BUG=484208 LOG=n TBR=kjellander@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1139833003 Cr-Commit-Position: refs/heads/master@{#28451}
-
- 13 May, 2015 1 commit
-
-
machenbach authored
TEST=tools/run_perf.py --arch x64 --extra-flags="--turbo --turbo-verify-allocation --turbo-greedy-regalloc" /path/to/SunSpider.json BUG=484208 LOG=n TBR=tandrii@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1128933007 Cr-Commit-Position: refs/heads/master@{#28384}
-
- 10 Apr, 2015 2 commits
-
-
machenbach authored
TBR=yangguo@chromium.org NOTRY=true NOTREECHECKS=true NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1080513002 Cr-Commit-Position: refs/heads/master@{#27743}
-
yangguo authored
R=machenbach@chromium.org Review URL: https://codereview.chromium.org/1075143002 Cr-Commit-Position: refs/heads/master@{#27738}
-
- 09 Mar, 2015 1 commit
-
-
Weiliang Lin authored
BUG= R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/966773005 Cr-Commit-Position: refs/heads/master@{#27055}
-
- 24 Feb, 2015 1 commit
-
-
machenbach authored
NOTRY=true Review URL: https://codereview.chromium.org/953893002 Cr-Commit-Position: refs/heads/master@{#26825}
-
- 31 Dec, 2014 1 commit
-
-
machenbach authored
BUG=374740 TBR=ulan@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/830753002 Cr-Commit-Position: refs/heads/master@{#25946}
-
- 23 Dec, 2014 1 commit
-
-
machenbach authored
Also include the device serial when logging adb commands. BUG=374740 TBR=ulan@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/815003003 Cr-Commit-Position: refs/heads/master@{#25934}
-
- 21 Dec, 2014 1 commit
-
-
machenbach authored
Convert all results to floats and log errors on failing conversions. Otherwise these results bubble up into buildbot. TBR=tandrii@chromium.org BUG=chromium:374740 LOG=n NOTRY=true Review URL: https://codereview.chromium.org/811483008 Cr-Commit-Position: refs/heads/master@{#25913}
-
- 08 Dec, 2014 1 commit
-
-
machenbach authored
BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test NOTRY=true TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/776223003 Cr-Commit-Position: refs/heads/master@{#25700}
-
- 04 Dec, 2014 2 commits
-
-
machenbach authored
This adds a common perf configuration for JSTests including Classes, Collections, Iterators and Strings. This allows the android test runner to handle subdirectories correctly and to share the base.js resource in the parent directory. The new json config has added resources configs for the Android runner. The perf runner's relative paths on the device are fixed as well. Resources are only pushed on the configuration node where they are specified. They are pushed to a dir on the device that follows the same directory structure as on the host. The binary is executed in the benchmark folder on the device like on the host to allow relative path file loading. BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test TBR=ulan@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/779923002 Cr-Commit-Position: refs/heads/master@{#25655}
-
machenbach authored
BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test TBR=ulan@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/776873005 Cr-Commit-Position: refs/heads/master@{#25651}
-
- 03 Dec, 2014 1 commit
-
-
machenbach authored
BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test NOTRY=true Review URL: https://codereview.chromium.org/754463005 Cr-Commit-Position: refs/heads/master@{#25644}
-
- 02 Dec, 2014 1 commit
-
-
machenbach authored
BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test NOTRY=true Review URL: https://codereview.chromium.org/768143002 Cr-Commit-Position: refs/heads/master@{#25614}
-
- 28 Nov, 2014 3 commits
-
-
machenbach authored
This is basically a refactoring that extracts desktop specific code into a separate class. Also adds flags for android runs (not used yet). BUG=chromium:374740 LOG=n TEST=python -m unittest run_perf_test NOTRY=true Review URL: https://codereview.chromium.org/762163002 Cr-Commit-Position: refs/heads/master@{#25576}
-
machenbach authored
This switches off the resources feature. It will be solely used for configuring files to be copied to android devices in a follow up CL. TBR=svenpanne@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/764013002 Cr-Commit-Position: refs/heads/master@{#25563}
-
machenbach authored
TBR=svenpanne@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/722023006 Cr-Commit-Position: refs/heads/master@{#25559}
-
- 10 Oct, 2014 1 commit
-
-
machenbach@chromium.org authored
BUG=406405 LOG=n TEST=python -m unittest run_benchmarks_test R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/498163002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24509 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 15 Sep, 2014 1 commit
-
-
machenbach@chromium.org authored
BUG=374740 LOG=n TBR=bmeurer@chromium.org Review URL: https://codereview.chromium.org/569213002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23945 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 02 Sep, 2014 1 commit
-
-
machenbach@chromium.org authored
This reverts commit cb8f08658767e7e3182e5deab0473f264f6ce92f. TBR=bmeurer@chromium.org Review URL: https://codereview.chromium.org/532673002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 28 Aug, 2014 1 commit
-
-
machenbach@chromium.org authored
BUG=374740 LOG=n R=jarin@chromium.org Review URL: https://codereview.chromium.org/496183003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23493 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 24 Aug, 2014 1 commit
-
-
machenbach@chromium.org authored
BUG=406405 LOG=n TEST=python -m unittest run_benchmarks_test R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/502473002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23329 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 16 Jul, 2014 2 commits
-
-
machenbach@chromium.org authored
This allows benchmarks to contain regular expression characters in their name. BUG= R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/396203003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22428 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
machenbach@chromium.org authored
Some benchmarks include their own runner which provides an overall average and a standard deviation. This enables extraction of that value similar to the other measurements. These benchmarks should only be run once. If a benchmarks specifies multiple runs and provides a standard deviation, a warning will be issued that makes the build fail on the buildbot side. TEST=python -m unittest run_benchmarks_test BUG=393947 LOG=n R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/395633012 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22424 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 03 Jun, 2014 1 commit
-
-
machenbach@chromium.org authored
BUG=374740 LOG=n R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/313603002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21648 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
- 28 May, 2014 1 commit
-
-
machenbach@chromium.org authored
TEST=./tools/run_benchmarks.py benchmarks/v8.json TEST=cd tools/unittests; python -m unittest run_benchmarks_test Does not support custom results processors yet. Will implement that in a future CL. BUG=374740 LOG=n R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/293023006 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-