math-optim/report/alltables.tmpl
surtur 446f63b59e
All checks were successful
continuous-integration/drone/push Build is passing
go(report): aggregate all table tex files
2022-07-16 23:30:56 +02:00

18 lines
514 B
Go HTML Template

% Code generated by math-optim; DO NOT EDIT.
%
% This file was generated by robots at
% {{ .Timestamp }}
% source: git.dotya.ml/wanderer/math-optim/report/alltables.tmpl
% This file is a part of the math-optim project.
% project homepage: https://git.dotya.ml/wanderer/math-optim/
\section{Per-algo benchmark comparison statistics}
{{ range $i, $v := .AllTables.TexFiles }}
{{- range $j, $u := $v.FilePaths }}
\include{ {{- $u -}} }
{{- end -}}
{{ end }}
% vim: ft=gotexttmpl.tex ts=2 sts=2 sw=2 bs=2 expandtab