This commit is contained in:
parent
e7a46aa2a9
commit
1ee8013522
50 changed files with 75 additions and 136 deletions
|
@ -1,37 +0,0 @@
|
|||
#import "../lib.typ": num, mypercent
|
||||
|
||||
#let NBTOTAL = 62525
|
||||
#let NBTOTALSTRING = num(NBTOTAL)
|
||||
|
||||
#let nbtools = 26
|
||||
#let nbtoolsselected = 20
|
||||
#let nbtoolsselectedvariations = 22
|
||||
#let nbtoolsvariationsrun = 20
|
||||
#let resultunusablenb = 12 //\xspace
|
||||
#let resultunusable = mypercent(resultunusablenb, nbtoolsselectedvariations) // \xspace
|
||||
#let resultratio = mypercent(54.9, 100) // \xspace
|
||||
#let ramlimit = [64 GB] //\xspace
|
||||
|
||||
#let rasta_tool_data = csv(
|
||||
"data/data-final.csv",
|
||||
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