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

twang2218 / pmap / 52 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2018 12:19AM UTC
Files 15
Run time 0s
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 Jan 2018 12:03AM UTC coverage: 97.959% (-0.006%) from 97.965%
52.1

push

travis-ci

twang2218
Improve sorting part performance.

* Replace `dplyr::arrange()` with `data.table::setorder()` to improve performance. It improves performance by 2-4x.
* Add `data.table (>= 1.9.6)` to dependencies, as `setorder()` supports `data.frame` only since `1.9.6`.

For 10 millions records eventlog:

```R
el_10m <- generate_eventlog(10000000, 2000000, c("campaign", "sale"), c(10, 3))
system.time(create_pmap(el_10m))
```

The comparison is following:

```
           user  system elapsed
Before   68.376   0.872  69.329
After    21.983   3.982  26.823
```

Signed-off-by: Tao Wang <twang2218@gmail.com>

336 of 343 relevant lines covered (97.96%)

17.71 hits per line

Source Files on job 52.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 52
  • Travis Job 52.1
  • 6e835a45 on github
  • Prev Job for on master (#51.2)
  • Next Job for on master (#53.1)
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