{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":515869876,"defaultBranch":"release-5.6","name":"rr","ownerLogin":"JuliaLang","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-07-20T06:59:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/743164?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714000831.0","currentOid":""},"activityList":{"items":[{"before":"afbd9e779cb4e9ca81f54a521cf62a66a03aca8e","after":"39f8a2923be89e2df2997d85f8ea2574ea1bc203","ref":"refs/heads/julialang-5.7","pushedAt":"2024-04-24T23:39:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Keno","name":"Keno Fischer","path":"/Keno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1291671?s=80&v=4"},"commit":{"message":"pack: Add support for using a common pack dir for multiple traces\n\nWhen packaging traces from CI, it's fairly commong to have hundreds of traces\nthat all basically share the exact same files. This can lead to some fairly\nlarge traces after packing. Of course, some file-systems support block-level\ndeduplication and a compression library would certainly be able to dedup it\nback down as well, but it'd be faster to not create trace directories that\nbig on disk in the first place.\n\nThis adds a `--pack-dir` command to `rr pack `, which is used\nas a the common pack dir for all traces. Rather than packing files into\ntheir own trace dirs, they will be packed into the `pack-dir`, with relative\nsymlinks from the original trace directories to the pack dir. An unmodified\nrr will be able to replay these as long as the pack dir is moved along\nwith the trace dirs.","shortMessageHtmlLink":"pack: Add support for using a common pack dir for multiple traces"}},{"before":"00b19144c7b51e228fec0fec1aafba8b5276f940","after":"19bf171d53b3fdf9f57c955b88ad20c2953ce59c","ref":"refs/heads/kf/packdir","pushedAt":"2024-04-24T23:26:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Keno","name":"Keno Fischer","path":"/Keno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1291671?s=80&v=4"},"commit":{"message":"pack: Add support for using a common pack dir for multiple traces\n\nWhen packaging traces from CI, it's fairly commong to have hundreds of traces\nthat all basically share the exact same files. This can lead to some fairly\nlarge traces after packing. Of course, some file-systems support block-level\ndeduplication and a compression library would certainly be able to dedup it\nback down as well, but it'd be faster to not create trace directories that\nbig on disk in the first place.\n\nThis adds a `--pack-dir` command to `rr pack `, which is used\nas a the common pack dir for all traces. Rather than packing files into\ntheir own trace dirs, they will be packed into the `pack-dir`, with relative\nsymlinks from the original trace directories to the pack dir. An unmodified\nrr will be able to replay these as long as the pack dir is moved along\nwith the trace dirs.","shortMessageHtmlLink":"pack: Add support for using a common pack dir for multiple traces"}},{"before":"d746c2327a6e4f9090eaca4d9151e3d82c91c3c7","after":"00b19144c7b51e228fec0fec1aafba8b5276f940","ref":"refs/heads/kf/packdir","pushedAt":"2024-04-24T23:23:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Keno","name":"Keno Fischer","path":"/Keno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1291671?s=80&v=4"},"commit":{"message":"pack: Add support for using a common pack dir for multiple traces\n\nWhen packaging traces from CI, it's fairly commong to have hundreds of traces\nthat all basically share the exact same files. This can lead to some fairly\nlarge traces after packing. Of course, some file-systems support block-level\ndeduplication and a compression library would certainly be able to dedup it\nback down as well, but it'd be faster to not create trace directories that\nbig on disk in the first place.\n\nThis adds a `--pack-dir` command to `rr pack `, which is used\nas a the common pack dir for all traces. Rather than packing files into\ntheir own trace dirs, they will be packed into the `pack-dir`, with relative\nsymlinks from the original trace directories to the pack dir. An unmodified\nrr will be able to replay these as long as the pack dir is moved along\nwith the trace dirs.","shortMessageHtmlLink":"pack: Add support for using a common pack dir for multiple traces"}},{"before":null,"after":"d746c2327a6e4f9090eaca4d9151e3d82c91c3c7","ref":"refs/heads/kf/packdir","pushedAt":"2024-04-24T23:20:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Keno","name":"Keno Fischer","path":"/Keno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1291671?s=80&v=4"},"commit":{"message":"pack: Add support for using a common pack dir for multiple traces\n\nWhen packaging traces from CI, it's fairly commong to have hundreds of traces\nthat all basically share the exact same files. This can lead to some fairly\nlarge traces after packing. Of course, some file-systems support block-level\ndeduplication and a compression library would certainly be able to dedup it\nback down as well, but it'd be faster to not create trace directories that\nbig on disk in the first place.\n\nThis adds a `--pack-dir` command to `rr pack `, which is used\nas a the common pack dir for all traces. Rather than packing files into\ntheir own trace dirs, they will be packed into the `pack-dir`, with relative\nsymlinks from the original trace directories to the pack dir. An unmodified\nrr will be able to replay these as long as the pack dir is moved along\nwith the trace dirs.","shortMessageHtmlLink":"pack: Add support for using a common pack dir for multiple traces"}},{"before":null,"after":"afbd9e779cb4e9ca81f54a521cf62a66a03aca8e","ref":"refs/heads/julialang-5.7","pushedAt":"2024-04-24T23:17:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Keno","name":"Keno Fischer","path":"/Keno","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1291671?s=80&v=4"},"commit":{"message":"pack: Add support for using a common pack dir for multiple traces\n\nWhen packaging traces from CI, it's fairly commong to have hundreds of traces\nthat all basically share the exact same files. This can lead to some fairly\nlarge traces after packing. Of course, some file-systems support block-level\ndeduplication and a compression library would certainly be able to dedup it\nback down as well, but it'd be faster to not create trace directories that\nbig on disk in the first place.\n\nThis adds a `--pack-dir` command to `rr pack `, which is used\nas a the common pack dir for all traces. Rather than packing files into\ntheir own trace dirs, they will be packed into the `pack-dir`, with relative\nsymlinks from the original trace directories to the pack dir. An unmodified\nrr will be able to replay these as long as the pack dir is moved along\nwith the trace dirs.","shortMessageHtmlLink":"pack: Add support for using a common pack dir for multiple traces"}},{"before":"ad7dde964435f838aa68279e806fc47e06891158","after":"674ccc3748a499e87dd2f7bb872ffb3d2960e113","ref":"refs/heads/release-5.6","pushedAt":"2023-10-24T06:46:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maleadt","name":"Tim Besard","path":"/maleadt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/383068?s=80&v=4"},"commit":{"message":"support for Intel SapphireRapid","shortMessageHtmlLink":"support for Intel SapphireRapid"}},{"before":null,"after":"f81984a4a1fc28f04aec2ba98937ca32f3142bed","ref":"refs/heads/tb/master","pushedAt":"2023-09-06T13:08:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"maleadt","name":"Tim Besard","path":"/maleadt","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/383068?s=80&v=4"},"commit":{"message":"Drop aarch64 march","shortMessageHtmlLink":"Drop aarch64 march"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOaLc9QA","startCursor":null,"endCursor":null}},"title":"Activity ยท JuliaLang/rr"}