mirror of
https://github.com/logos-storage/bittorrent-benchmarks.git
synced 2026-01-02 13:03:13 +00:00
fix: order logs by timestamp for unordered sources
This commit is contained in:
parent
cbba235f2e
commit
cfd0ca43ac
@ -13,7 +13,8 @@ read_single_experiment <- function(experiment_folder) {
|
||||
) |>
|
||||
mutate(
|
||||
experiment_id = !!experiment_id
|
||||
)
|
||||
) |>
|
||||
arrange(timestamp)
|
||||
})
|
||||
|
||||
names(data) <- gsub('(\\..*)$', '', table_files)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user