X-Git-Url: http://plrg.eecs.uci.edu/git/?p=junction.git;a=blobdiff_plain;f=samples%2FMapScalabilityTests%2FTestAllMaps.py;h=83359b68314d1ffda8dff0ceaedcea2045aeb8c0;hp=bc9cbd5aef2cbd4abb9e4a3d905212cb8d3d4cb6;hb=39e02b325f8e3104b71b2fce9cc6c7a19f8dc639;hpb=77d3fab30b70ba23f9ffdf681cfe57a1b2e2edc2 diff --git a/samples/MapScalabilityTests/TestAllMaps.py b/samples/MapScalabilityTests/TestAllMaps.py index bc9cbd5..83359b6 100644 --- a/samples/MapScalabilityTests/TestAllMaps.py +++ b/samples/MapScalabilityTests/TestAllMaps.py @@ -10,7 +10,7 @@ CMAKE = os.getenv('CMAKE', 'cmake') ALL_MAPS = [ ('michael', 'junction/extra/impl/MapAdapter_CDS_Michael.h', ['-DJUNCTION_WITH_CDS=1', '-DTURF_WITH_EXCEPTIONS=1'], ['-i10000', '-c200']), ('linear', 'junction/extra/impl/MapAdapter_Linear.h', [], ['-i10000', '-c200']), - ('leapfrog', 'junction/extra/impl/MapAdapter_LeapFrog.h', [], ['-i10000', '-c200']), + ('leapfrog', 'junction/extra/impl/MapAdapter_Leapfrog.h', [], ['-i10000', '-c200']), ('grampa', 'junction/extra/impl/MapAdapter_Grampa.h', [], ['-i10000', '-c200']), ('stdmap', 'junction/extra/impl/MapAdapter_StdMap.h', [], ['-i10000', '-c10']), ('folly', 'junction/extra/impl/MapAdapter_Folly.h', ['-DJUNCTION_WITH_FOLLY=1', '-DTURF_WITH_EXCEPTIONS=1'], ['-i2000', '-c1']),