Mercurial > repos > public > sbplib_julia
comparison benchmark/run_and_view.jl @ 1183:aefe4b551901 tooling/benchmarks
Fix add_rev_info
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 27 Jan 2023 11:56:38 +0100 |
parents | f49bac53e72b |
children | c06d8eb8b0f0 |
comparison
equal
deleted
inserted
replaced
1182:3e4db8cf1d92 | 1183:aefe4b551901 |
---|---|
34 return run_benchmark() | 34 return run_benchmark() |
35 end | 35 end |
36 | 36 |
37 function add_rev_info(benchmarkresult, rev) | 37 function add_rev_info(benchmarkresult, rev) |
38 return PkgBenchmark.BenchmarkResults( | 38 return PkgBenchmark.BenchmarkResults( |
39 r.name, | 39 benchmarkresult.name, |
40 rev, | 40 rev, |
41 r.benchmarkgroup, | 41 benchmarkresult.benchmarkgroup, |
42 r.date, | 42 benchmarkresult.date, |
43 r.julia_commit, | 43 benchmarkresult.julia_commit, |
44 r.vinfo, | 44 benchmarkresult.vinfo, |
45 r.benchmarkconfig, | 45 benchmarkresult.benchmarkconfig, |
46 ) | 46 ) |
47 end | 47 end |
48 | 48 |
49 function write_result_html(io, r) | 49 function write_result_html(io, r) |
50 iobuffer = IOBuffer() | 50 iobuffer = IOBuffer() |