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

dswd / zvault / 13
10%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2017 08:30AM UTC
Jobs 1
Files 44
Run time 2s
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
13

Pull #10

travis-ci

web-flow
bench: Don't drop the output data

Since in the current benchmarks the output data is discarded, compiler
is smart enough to eliminate all data copying (both in to the buffer,
and out of the buffer), and roll over the original buffer only.

With this change the overhead of coping things is being measured as
well. I still wonder if both copyings are being done, or just the one
out of the buffer.

In the real code, at least the out of the buffer copying would be
unavoidable, as unless something can be done immediately with that data,
it has to be copied somewhere, eg. to send for processing to another
thread.
Pull Request #10: bench: Don't drop the output data

681 of 6989 relevant lines covered (9.74%)

0.3 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
index/src/lib.rs
1
100.0
src/util/chunk.rs
1
100.0
src/util/hostname.rs
1
100.0
src/bundledb/reader.rs
1
100.0
src/repository/basic_io.rs
1
100.0
src/repository/layout.rs
1
100.0
src/cli/args.rs
2
100.0
src/cli/mod.rs
2
100.0
src/bundledb/cache.rs
3
100.0
src/bundledb/db.rs
3
100.0
src/repository/backup_file.rs
3
100.0
src/mount.rs
4
100.0
src/repository/mod.rs
6
100.0
src/repository/tarfile.rs
8
100.0
src/repository/backup.rs
11
100.0
src/util/msgpack.rs
13
100.0
src/util/compression.rs
Jobs
ID Job ID Ran Files Coverage
3 13.3 06 Aug 2017 08:30AM UTC 0
9.74
Travis Job 13.3
Source Files on build 13
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #13
  • Pull Request #10
  • PR Base - master (#12)
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