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

martin-majlis / Wikipedia-API / 130 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2019 07:57PM UTC
Files 1
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

20 Oct 2019 07:55PM UTC coverage: 96.073% (+0.03%) from 96.042%
130.1

push

travis-ci

martin-majlis
Use HTTP Persistent connection

When multiple pages are downloaded HTTP persistent connection should be
used to speed up the whole process.

Benchmark:

```

python3 -m timeit -n 10 -r 1 -vv -s 'import wikipediaapi' 'print("Begin"); w = wikipediaapi.Wikipedia("en"); [w.article(str(i)).summary for i in range(1800, 1850)]'

Before:
raw times: 132.5
10 loops, best of 1: 13.25 sec per loop

After:
raw times: 81.18
10 loops, best of 1: 8.118 sec per loop
```

367 of 382 relevant lines covered (96.07%)

0.96 hits per line

Source Files on job 130.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 125
  • Travis Job 130.1
  • e16f5c44 on github
  • Prev Job for on master (#128.1)
  • Next Job for on master (#131.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