Summary: | Add a few more WTF locking benchmarks | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> | ||||
Component: | Web Template Framework | Assignee: | Filip Pizlo <fpizlo> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Filip Pizlo
2016-05-04 15:56:48 PDT
Created attachment 278137 [details]
the patch
Attachment 278137 [details] did not pass style-queue: ERROR: Source/WTF/benchmarks/LockSpeedTest.cpp:95: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WTF/benchmarks/LockFairnessTest.cpp:74: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WTF/benchmarks/ToyLocks.h:35: Do not use unnamed namespaces in header files. See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces for more information. [build/namespaces] [4] ERROR: Source/WTF/benchmarks/ToyLocks.h:78: Extra space before ( in function call [whitespace/parens] [4] ERROR: Source/WTF/benchmarks/ToyLocks.h:157: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 5 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style. Landed in http://trac.webkit.org/changeset/200438 |