add xp results
This commit is contained in:
parent
d3a5b29eaf
commit
550f886977
2 changed files with 41 additions and 0 deletions
|
@ -119,3 +119,6 @@ F34CE1E7A81F935A5BB2D0B2B3FE81E62C1C8B906C92253C9CA467DA9BB3C9D1,704095,706576,2
|
|||
#let nb_google = bytecode_hashes.filter((e) => "google" in e.at(2)).map((e) => e.at(0)).sum()
|
||||
#let nb_facebook = bytecode_hashes.filter((e) => "facebook" in e.at(2)).map((e) => e.at(0)).sum()
|
||||
#let nb_appsflyer = bytecode_hashes.filter((e) => "appsflyer" in e.at(2)).map((e) => e.at(0)).sum()
|
||||
|
||||
|
||||
#let performance_results = json("./data/performance_results.json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue