haskell-te: dd96d6ae9f82b1cff520c30fd9755168fa903e8b

     1: from os         import getenv
     2: from parameters import reps, sizes
     3: from util       import tip_benchmarks, tip_cache
     4: 
     5: # Benchmark parameters. Will appear in alphabetical order as arguments, after
     6: # 'cache'
     7: args = {
     8:     'rep'  : reps,
     9:     'size' : sizes,
    10: }
    11: 
    12: #setup_cache = tip_cache(
    13: #    'hs',
    14: #    args,
    15: #    lambda stdout: ([getenv('hsTipRunner')], stdout))
    16: 
    17: # Generate benchmark functions and add them to this module
    18: #locals().update(tip_benchmarks(args))

Generated by git2html.