Skip to content

Commit 288714d

Browse files
authored
tests/perf: document pull-replication-perf-skimdb (#8796)
1 parent 1c697dc commit 288714d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/performance/perf.basics.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ module.exports = function (PouchDB, callback) {
254254
assertions: 1,
255255
iterations: 0,
256256
setup: function (localDB, callback) {
257+
// The NPM registry is a couchdb database. "skimdb" is the NPM
258+
// registry, minus the actual packages, found at
259+
// https://skimdb.npmjs.com/registry, and an example of a real, public
260+
// db with a lot of docs.
261+
// FIXME this mirror is currently down, as is iriscouch.com; find an
262+
// alternative mirror.
257263
var remoteCouchUrl = "http://skimdb.iriscouch.com/registry";
258264
var remoteDB = new PouchDB(remoteCouchUrl, {
259265
ajax: {pool: {maxSockets: 15}}

0 commit comments

Comments
 (0)