refactor: rename final analysis folder

This commit is contained in:
gmega 2025-01-23 10:17:55 -03:00
parent cfd0ca43ac
commit ea25398c96
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
14 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ devtools::load_all()
This is data that's been pre-parsed from an experiment [log source](https://github.com/codex-storage/bittorrent-benchmarks/blob/1ee8ea8a35a2c0fccea6e7c955183c4ed03eebb3/benchmarks/logging/sources.py#L27).
```{r}
deluge <- read_all_experiments('./data/deluge')
deluge <- read_all_experiments('./data/deluge-g1737553501/')
```
Computes the benchmark statistics from raw download logs.