small refactor
Some checks failed
/ test_checkout (push) Failing after 20s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-06-26 17:38:02 +02:00
parent e7a46aa2a9
commit 1ee8013522
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
50 changed files with 75 additions and 136 deletions

View file

@ -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,
)