--- benchmarks/analysis/benchmark.sml 2015/03/13 14:39:32 3058 +++ benchmarks/analysis/benchmark.sml 2015/03/13 17:24:26 3059 @@ -31,6 +31,8 @@ completed_at : string } + type data = benchmark list + (* load a list of benchmark report files, returning a list of benchmarks *) val loadFiles : string list -> benchmark list @@ -114,6 +116,7 @@ completed_at : string } + type data = benchmark list (* convert a JSON results object to the results type *) fun jsonToResults (obj : JSON.value) = let
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: convert a JSON results object to the results type *) fun jsonToResults (obj : JSON.value) = let