|
Ran
|
Jobs
1
|
Files
35
|
Run time
2s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/couchbase/moss/commit/<a class=hub.com/couchbase/moss/commit/cb92cc5d99ae5615c346e90ad55815c5460bd720">cb92cc5d9<a href="https://github.com/couchbase/moss/commit/cb92cc5d99ae5615c346e90ad55815c5460bd720">">introduce new FindKeyPos method to Segment interface FindKeyPos is responsible for doing exact key position lookups, whereas FindStartKeyInclusivePos does a &gt;= lookup. Previosly, if you wanted to do a Get operation on a particular key, first FindStartKeyInclusivePos was called, then the position returned would be passed to GetOperationKeyVal. But, if the key didn&#39;t exist, we potentially did extra work to retrieve a key/value pair that isn&#39;t the one we wanted. In the current segment implementation this extra cost wasn&#39;t significant. But, in more complex segment implementations, there may be some non-negligible cost. Change-Id: I</a><a class="double-link" href="https://github.com/couchbase/moss/commit/<a class="double-link" href="https://github.com/couchbase/moss/commit/11e258ed8b72dbf23363ebaa6fff86b060193514">11e258ed8</a>">11e258ed8</a><a href="https://github.com/couchbase/moss/commit/cb92cc5d99ae5615c346e90ad55815c5460bd720"> Reviewed-on: http://review.couchbase.org/74795 Reviewed-by: Steve Yen <steve.yen@gmail.com> Tested-by: Marty Schoch <marty.schoch@gmail.com>
23 of 23 new or added lines in 2 files covered. (100.0%)
3239 of 4083 relevant lines covered (79.33%)
10914.75 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 203.1 | 0 |
79.33 |
Travis Job 203.1 |