Skip to content
  • Ian Lynagh's avatar
    Rejig how performance test stats are stored · cf379454
    Ian Lynagh authored
    In particular, this allows more specific results to be specified, e.g.
        if_wordsize(64,                    stats_num_field('foo', 50, 54)),
        if_platform('x86_64-apple-darwin', stats_num_field('foo', 62, 66)),
    cf379454