{"id":13611881,"url":"https://github.com/andrewrk/poop","last_synced_at":"2025-04-13T10:46:48.461Z","repository":{"id":175092794,"uuid":"653299060","full_name":"andrewrk/poop","owner":"andrewrk","description":"Performance Optimizer Observation Platform","archived":false,"fork":false,"pushed_at":"2024-12-02T21:22:48.000Z","size":59,"stargazers_count":1254,"open_issues_count":23,"forks_count":70,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-30T06:01:43.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewrk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-13T19:36:11.000Z","updated_at":"2025-03-30T05:15:14.000Z","dependencies_parsed_at":"2024-01-10T03:57:42.427Z","dependency_job_id":"6849b941-7f3a-4556-9be6-6d9c35024816","html_url":"https://github.com/andrewrk/poop","commit_stats":{"total_commits":70,"total_committers":11,"mean_commits":6.363636363636363,"dds":"0.44285714285714284","last_synced_commit":"dc132ef51eeb44b363d222e6ccbb47c292453400"},"previous_names":["andrewrk/poop"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewrk%2Fpoop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewrk%2Fpoop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewrk%2Fpoop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewrk%2Fpoop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewrk","download_url":"https://codeload.github.com/andrewrk/poop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445663,"owners_count":20939957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T19:02:17.072Z","updated_at":"2025-04-06T07:08:14.300Z","avatar_url":"https://github.com/andrewrk.png","language":"Zig","funding_links":[],"categories":["Development Tools","Zig","Programming Languages","Fundamentals"],"sub_categories":["Performance Benchmark"],"readme":"# Performance Optimizer Observation Platform\n\nStop flushing your performance down the drain.\n\n## Overview\n\nThis command line tool uses Linux's `perf_event_open` functionality to compare the performance of multiple commands\nwith a colorful terminal user interface.\n\n![image](https://github.com/andrewrk/poop/assets/106511/6fc9d22b-f95b-46ce-8dc5-d5cecc77c226)\n\n## Usage\n\n```\nUsage: poop [options] \u003ccommand1\u003e ... \u003ccommandN\u003e\n\nCompares the performance of the provided commands.\n\nOptions:\n --duration \u003cms\u003e    (default: 5000) how long to repeatedly sample each command\n\n```\n\n## Building from Source\n\nTested with [Zig](https://ziglang.org/) `0.11.0-dev.3883+7166407d8`.\n\n```\nzig build\n```\n\n## Comparison with Hyperfine\n\nPoop (so far) is brand new, whereas\n[Hyperfine](https://github.com/sharkdp/hyperfine) is a mature project with more\nconfiguration options and generally more polish.\n\nHowever, poop does report peak memory usage as well as 5 other hardware\ncounters, which I personally find useful when doing performance testing. Hey,\nmaybe it will inspire the Hyperfine maintainers to add the extra data points!\n\nPoop does not support running the commands in a shell. This has the upside of\nnot including shell spawning noise in the data points collected, and the\ndownside of not supporting strings inside the commands. Hyperfine by default\nruns the commands in a shell, with command line options to disable this.\n\nPoop treats the first command as a reference and the subsequent ones relative\nto it, giving the user the choice of the meaning of the coloring of the deltas.\nHyperfine by default prints the wall-clock-fastest command first, with a command\nline option to select a different reference command explicitly.\n\nWhile Hyperfine is cross-platform, Poop is Linux-only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewrk%2Fpoop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewrk%2Fpoop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewrk%2Fpoop/lists"}