start modifying contrib section
All checks were successful
/ test_checkout (push) Successful in 1m0s
All checks were successful
/ test_checkout (push) Successful in 1m0s
This commit is contained in:
parent
ad66b1293d
commit
fd4d6fa239
49 changed files with 22629 additions and 88 deletions
37
papers/3_rasta/X_var.typ
Normal file
37
papers/3_rasta/X_var.typ
Normal file
|
@ -0,0 +1,37 @@
|
|||
#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