123456789101112131415161718192021222324252627 |
- var SAMPLE_USERS = require('./sample-users.fixture');
- module.exports = {
- // Note:
- // > We just abritarily use samples from the exemplars as argmts so this
- // > benchmark is easier to read.
- one: SAMPLE_USERS,
- two: SAMPLE_USERS,
- three: SAMPLE_USERS,
- four: SAMPLE_USERS,
- five: SAMPLE_USERS,
- six: SAMPLE_USERS,
- seven: SAMPLE_USERS,
- eight: SAMPLE_USERS,
- nine: SAMPLE_USERS,
- ten: SAMPLE_USERS,
- eleven: SAMPLE_USERS,
- twelve: SAMPLE_USERS,
- thirteen: SAMPLE_USERS,
- fourteen: SAMPLE_USERS,
- fifteen: SAMPLE_USERS,
- sixteen: SAMPLE_USERS,
- seventeen: SAMPLE_USERS,
- eighteen: SAMPLE_USERS,
- nineteen: SAMPLE_USERS,
- twenty: SAMPLE_USERS,
- };
|