Rubis: Update item end dates
When you create a rubis database it sets an end date for all items. If you try to benchmarks the system after that end date, you will get funny results, since there will be no items for sale. To deal with this, go into the DB and run:
UPDATE items SET start_date=NOW(), end_date=DATE_ADD(NOW(), INTERVAL 700 DAY);