• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pmwkaa / sophia / 213
89%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2015 02:12PM UTC
Jobs 2
Files 173
Run time 20s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
213

push

travis-ci

pmwkaa
sophia: introduce storage formats, close #74

db.database.format.

Support storage formats: kv (default) and document.
These formats theoretically should cover most of the
possible cases.

Key-Value (db.database.format = "kv")
---------

db.database.format = kv
sp_set(o, "key", key, key_size)
sp_set(o, "value", value, value_size)
sp_set(database, o)

Document (db.database.format = "document")
--------

Do not copy keys. Keys are stored within the value.

struct document doc;
...
sp_set(o, "key", doc.key, sizeof(doc.key))
sp_set(o, "value", &doc, sizeof(doc))
sp_set(database, o)

8088 of 9187 relevant lines covered (88.04%)

8129407.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 213.1 19 Apr 2015 02:12PM UTC 0
87.99
Travis Job 213.1
2 213.2 19 Apr 2015 02:12PM UTC 0
86.64
Travis Job 213.2
Source Files on build 213
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #213
  • 8919a8cc on github
  • Prev Build on master (#212)
  • Next Build on master (#214)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc