add xp results

This commit is contained in:
Jean-Marie Mineau 2025-10-07 14:21:18 +02:00
parent d3a5b29eaf
commit 550f886977
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 41 additions and 0 deletions

View file

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