haskell-te: d7de1762a5b42088a2489153000a26e036ae156a

     1: From: Chris Warburton
     2: Date: Sat, 11 Nov 2017 02:00:27 +0000
     3: State: new
     4: Subject: Strip raw output when unzipping benchmarks
     5: Message-Id: <e50204d75ce60776-0-artemis@nixos>
     6: 
     7: We've decided to store gzipped benchmark results, rather than the raw,
     8: uncompressed data, since it's so big. We have an 'unzipBenchmarks'
     9: command to unzip this data into the right place for asv; but we still
    10: can't generate HTML nicely from it, since the track_data benchmarks
    11: don't play nicely with the graphing, etc.
    12: 
    13: We should alter the unzipBenchmarks script to replace any problematic
    14: fields with dummy values. `null` would be a nice choice, since it's
    15: small and conveys the meaning of "no data". If that doesn't work, we
    16: might try removing the offending fields; although that might cause
    17: problems if asv expects to find them due to e.g. `benchmarks.json`. If
    18: so, a begrudging work around would be to stick zeroes in the fields...

Generated by git2html.