https://github.com/ecomdev/performance-training
Performance training environment
https://github.com/ecomdev/performance-training
Last synced: 6 months ago
JSON representation
Performance training environment
- Host: GitHub
- URL: https://github.com/ecomdev/performance-training
- Owner: EcomDev
- Created: 2023-07-08T07:16:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T10:57:33.000Z (about 1 year ago)
- Last Synced: 2025-03-18T17:19:47.355Z (about 1 year ago)
- Language: VCL
- Size: 118 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment Setup for Build Performance training
Shirt store with large number of simple products assigned to each configurable.
# Variations
- Small (~5k SKU)
- Medium (~ 26k SKU)
- Large (~ 260k SKU)
# Git LFS
This repository uses Git LFS to store large database dumps, so you need to make sure to install LFS plugin:
https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
After plugin is installed you need to do pull of files:
```
git lfs pull
```
# Installation
If you have warden installed and properly configured:
`make`
# Switching to another dataset
- `make small` will use small database
- `make medium` will use medium database
- `make large` will use large database