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

martin-majlis / Wikipedia-API / 130
96%

Build:
DEFAULT BRANCH: master
Ran 20 Oct 2019 07:57PM UTC
Jobs 4
Files 3
Run time 14s
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
130

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
```

8 of 8 new or added lines in 1 file covered. (100.0%)

1101 of 1146 relevant lines covered (96.07%)

3.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 130.1 20 Oct 2019 07:57PM UTC 0
96.07
Travis Job 130.1
2 130.2 20 Oct 2019 07:57PM UTC 0
96.07
Travis Job 130.2
3 130.3 20 Oct 2019 07:57PM UTC 0
96.07
Travis Job 130.3
4 130.4 20 Oct 2019 07:57PM UTC 0
96.07
Travis Job 130.4
Source Files on build 130
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #130
  • e16f5c44 on github
  • Prev Build on master (#128)
  • Next Build on master (#131)
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