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

dgraph-io / badger / 1719
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 18 Dec 2018 03:50AM CUT
Jobs 4
Files 28
Run time 1min
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

18 Dec 2018 03:44AM CUT coverage: 79.745% (-0.9%) from 80.678%
1719

push

travis-ci

web-flow
New tools, new option (#645)

- Add a new flatten command, which would flatten out all the LSM tree levels into a single level. It ensures that that level does not exceed its max size limits, as specified in the options.
- Add a new fill command, which would random key-values to Badger. Useful for testing.

## Option updates
- Add a new option to skip force compaction of Level 0 on DB.Close.
- Decrease the NumCompactors default value from 3 to 2.

Commits:

* Add two new commands: flatten and fill.
* Add an option to skip compacting Level 0 for performance reasons.
* Allow more compactors to run for flatten. Performance wise I didn't see any gains in latency while using multiple compactors. And there's a lot of resource consumption if multiple compactors are running concurrently. Could be due to all compactors working on the same level during flatten. In a live setting, compactors could be working on different levels, so the result might not directly apply.
* Decreased the NumCompactors default option to 2. Didn't set it to 1 to avoid a straggler compactor blocking all compactions.
* Add licenses.

4693 of 5885 relevant lines covered (79.75%)

839081.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1719.1 18 Dec 2018 03:50AM CUT 0
79.49
Travis Job 1719.1
2 1719.2 18 Dec 2018 03:50AM CUT 0
79.63
Travis Job 1719.2
3 1719.3 18 Dec 2018 03:50AM CUT 0
79.61
Travis Job 1719.3
4 1719.4 18 Dec 2018 03:51AM CUT 0
79.58
Travis Job 1719.4
Source Files on build 1719
  • List 0
  • Changed 19
  • Source Changed 10
  • Coverage Changed 19
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #1719
  • 7e41bba4 on github
  • Prev Build on master (#1714)
  • Next Build on master (#1722)
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

© 2025 Coveralls, Inc