X-Git-Url: http://plrg.eecs.uci.edu/git/?p=junction.git;a=blobdiff_plain;f=samples%2FMapPerformanceTests%2FTestAllMaps.py;h=792e196bbb4b1003b59f967a4ded2b02a149e22d;hp=1e769845fc6535a06a1b321ebd67d5d540dea4b4;hb=ebd740423cce85a1d1049f637d4e65b7d8465717;hpb=d8d5218d427eef49eb917e0fb3a17d6ea21715b4 diff --git a/samples/MapPerformanceTests/TestAllMaps.py b/samples/MapPerformanceTests/TestAllMaps.py index 1e76984..792e196 100644 --- a/samples/MapPerformanceTests/TestAllMaps.py +++ b/samples/MapPerformanceTests/TestAllMaps.py @@ -11,7 +11,7 @@ ALL_MAPS = [ ('null', 'junction/extra/impl/MapAdapter_Null.h', [], ['-i256', '-c10']), ('michael', 'junction/extra/impl/MapAdapter_CDS_Michael.h', ['-DJUNCTION_WITH_CDS=1', '-DTURF_WITH_EXCEPTIONS=1'], ['-i256', '-c10']), ('linear', 'junction/extra/impl/MapAdapter_Linear.h', [], ['-i256', '-c10']), - ('leapfrog', 'junction/extra/impl/MapAdapter_LeapFrog.h', [], ['-i256', '-c10']), + ('leapfrog', 'junction/extra/impl/MapAdapter_Leapfrog.h', [], ['-i256', '-c10']), ('grampa', 'junction/extra/impl/MapAdapter_Grampa.h', [], ['-i256', '-c10']), ('stdmap', 'junction/extra/impl/MapAdapter_StdMap.h', [], ['-i256', '-c10']), ('folly', 'junction/extra/impl/MapAdapter_Folly.h', ['-DJUNCTION_WITH_FOLLY=1', '-DTURF_WITH_EXCEPTIONS=1'], ['-i256', '-c1']),