rasta to typst
This commit is contained in:
parent
ef50ff2f49
commit
0edec83a8b
9 changed files with 2550 additions and 379 deletions
|
@ -17,3 +17,21 @@
|
|||
delimiter: ";",
|
||||
row-type: dictionary,
|
||||
)
|
||||
|
||||
#let rasta_avg_nb_error_by_exec = csv(
|
||||
"data/average_number_of_error_by_exec.csv",
|
||||
delimiter: ",",
|
||||
row-type: dictionary,
|
||||
)
|
||||
|
||||
#let rasta_avg_time = csv(
|
||||
"data/average_time-final.csv",
|
||||
delimiter: ",",
|
||||
row-type: dictionary,
|
||||
)
|
||||
|
||||
#let rasta_avg_mem = csv(
|
||||
"data/average_mem-final.csv",
|
||||
delimiter: ",",
|
||||
row-type: dictionary,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue