delivery_man_benchmark.cpp
Go to the documentation of this file.
00001 #include <hayai/hayai.hpp>
00002 #include "delivery_man.hpp"
00003 
00004 BENCHMARK(DeliveryMan, DeliverPackage, 10, 100)
00005 {
00006     DeliveryMan(1).DeliverPackage(100);
00007 }
00008 
00009 BENCHMARK(DeliveryMan, DISABLED_DeliverPackage, 10, 10000)
00010 {
00011     DeliveryMan(1).DeliverPackage(10000);
00012 }


hayai
Author(s): Nick Bruun
autogenerated on Thu Jun 6 2019 18:13:43