sample-many-complex-argins.fixture.js 671 B

123456789101112131415161718192021222324252627
  1. var SAMPLE_USERS = require('./sample-users.fixture');
  2. module.exports = {
  3. // Note:
  4. // > We just abritarily use samples from the exemplars as argmts so this
  5. // > benchmark is easier to read.
  6. one: SAMPLE_USERS,
  7. two: SAMPLE_USERS,
  8. three: SAMPLE_USERS,
  9. four: SAMPLE_USERS,
  10. five: SAMPLE_USERS,
  11. six: SAMPLE_USERS,
  12. seven: SAMPLE_USERS,
  13. eight: SAMPLE_USERS,
  14. nine: SAMPLE_USERS,
  15. ten: SAMPLE_USERS,
  16. eleven: SAMPLE_USERS,
  17. twelve: SAMPLE_USERS,
  18. thirteen: SAMPLE_USERS,
  19. fourteen: SAMPLE_USERS,
  20. fifteen: SAMPLE_USERS,
  21. sixteen: SAMPLE_USERS,
  22. seventeen: SAMPLE_USERS,
  23. eighteen: SAMPLE_USERS,
  24. nineteen: SAMPLE_USERS,
  25. twenty: SAMPLE_USERS,
  26. };