AuctionMarkProfile orig = loader.profile;
assertNotNull(orig);
assertFalse(orig.users_per_itemCount.isEmpty());
AuctionMarkProfile copy = new AuctionMarkProfile(this.benchmark, new RandomGenerator(0));
assertTrue(copy.users_per_itemCount.isEmpty());
List<Worker> workers = this.benchmark.makeWorkers(false);
AuctionMarkWorker worker = (AuctionMarkWorker)workers.get(0);
copy.loadProfile(worker);