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

Side by Side Diff: .gitignore

Issue 21645003: Add "benchmarks" test suite (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: skip mandreel in Debug; skip --nocrankshaft/--stress-opt variants Created 7 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | test/benchmarks/benchmarks.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.a 1 *.a
2 *.exe 2 *.exe
3 *.idb 3 *.idb
4 *.lib 4 *.lib
5 *.log 5 *.log
6 *.map 6 *.map
7 *.mk 7 *.mk
8 *.ncb 8 *.ncb
9 *.pdb 9 *.pdb
10 *.pyc 10 *.pyc
(...skipping 19 matching lines...) Expand all
30 /_* 30 /_*
31 /build/Debug 31 /build/Debug
32 /build/gyp 32 /build/gyp
33 /build/ipch/ 33 /build/ipch/
34 /build/Release 34 /build/Release
35 /hydrogen.cfg 35 /hydrogen.cfg
36 /obj 36 /obj
37 /out 37 /out
38 /perf.data 38 /perf.data
39 /perf.data.old 39 /perf.data.old
40 /test/benchmarks/benchmarks.status2
41 /test/benchmarks/CHECKED_OUT_*
42 /test/benchmarks/downloaded_*
43 /test/benchmarks/kraken
44 /test/benchmarks/octane
45 /test/benchmarks/sunspider
40 /test/cctest/cctest.status2 46 /test/cctest/cctest.status2
41 /test/message/message.status2 47 /test/message/message.status2
42 /test/mjsunit/mjsunit.status2 48 /test/mjsunit/mjsunit.status2
43 /test/mozilla/CHECKED_OUT_VERSION 49 /test/mozilla/CHECKED_OUT_VERSION
44 /test/mozilla/data 50 /test/mozilla/data
45 /test/mozilla/downloaded_* 51 /test/mozilla/downloaded_*
46 /test/mozilla/mozilla.status2 52 /test/mozilla/mozilla.status2
47 /test/preparser/preparser.status2 53 /test/preparser/preparser.status2
48 /test/test262/data 54 /test/test262/data
49 /test/test262/test262-* 55 /test/test262/test262-*
50 /test/test262/test262.status2 56 /test/test262/test262.status2
51 /test/webkit/webkit.status2 57 /test/webkit/webkit.status2
52 /third_party 58 /third_party
53 /tools/jsfunfuzz 59 /tools/jsfunfuzz
54 /tools/jsfunfuzz.zip 60 /tools/jsfunfuzz.zip
55 /tools/oom_dump/oom_dump 61 /tools/oom_dump/oom_dump
56 /tools/oom_dump/oom_dump.o 62 /tools/oom_dump/oom_dump.o
57 /tools/visual_studio/Debug 63 /tools/visual_studio/Debug
58 /tools/visual_studio/Release 64 /tools/visual_studio/Release
59 /v8.log.ll 65 /v8.log.ll
60 /xcodebuild 66 /xcodebuild
61 TAGS 67 TAGS
62 *.Makefile 68 *.Makefile
63 GTAGS 69 GTAGS
64 GRTAGS 70 GRTAGS
65 GSYMS 71 GSYMS
66 GPATH 72 GPATH
OLDNEW
« no previous file with comments | « no previous file | test/benchmarks/benchmarks.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698