{"id":24506116,"url":"https://github.com/alxgmpr/tmrs","last_synced_at":"2025-03-15T08:44:33.918Z","repository":{"id":218818202,"uuid":"747444389","full_name":"alxgmpr/tmrs","owner":"alxgmpr","description":"CLI utility to measure time performance of commands with things like averages and standard deviation built in.","archived":false,"fork":false,"pushed_at":"2024-01-24T17:02:07.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T16:04:39.460Z","etag":null,"topics":["cli","mean","measurement","performance-testing","rust","standard-deviation"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/alxgmpr.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":"code_of_conduct.md","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":"2024-01-23T23:56:39.000Z","updated_at":"2024-01-24T00:01:44.000Z","dependencies_parsed_at":"2024-01-24T00:43:43.871Z","dependency_job_id":"b6c13546-3454-4a3a-b1bb-bbc96f4e2cb4","html_url":"https://github.com/alxgmpr/tmrs","commit_stats":null,"previous_names":["alxgmpr/tmrs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxgmpr%2Ftmrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxgmpr%2Ftmrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxgmpr%2Ftmrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alxgmpr%2Ftmrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alxgmpr","download_url":"https://codeload.github.com/alxgmpr/tmrs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243707304,"owners_count":20334615,"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":["cli","mean","measurement","performance-testing","rust","standard-deviation"],"created_at":"2025-01-21T23:33:16.070Z","updated_at":"2025-03-15T08:44:33.885Z","avatar_url":"https://github.com/alxgmpr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmrs\n\nCLI utility to measure time performance of commands with things like averages and standard deviation built in.\n\nName inspired by `time`, with the obvious `rs` suffix. Pronounced \"timers\" (I guess?).\n\n### Usage\n\nJust follow `tmrs` with the command you want to time:\n\n```shell\n$ tmrs ls\navg: 0.003sec\nstd dev: 0.000sec\n```\n\nTo pass arguments, separate the command from the arguments with `--`:\n\n```shell\n$ tmrs -- ls -R\navg: 0.013sec\nstd dev: 0.006sec\n```\n\n### Options\n\n```\nUsage: tmrs [OPTIONS] \u003cCOMMAND\u003e...\n\nArguments:\n  \u003cCOMMAND\u003e...  The command to time against\n\nOptions:\n  -n, --number \u003cNUMBER\u003e  Number of runs to average [default: 5]\n  -d, --debug            Enable debug logging, log timing for each run\n  -v, --verbose          Log the output of the ran commands to stdout\n  -h, --help             Print help\n  -V, --version          Print version\n```\n\n### Installation\n\nInstall directly from crates.io and have package built on your machine (takes just a sec!):\n\n```shell\n$ cargo install tmrs\n```\n\nClone and build from source:\n\n```shell\n$ git clone git@github.com:alxgmpr/tmrs.git\n$ cd tmrs\n$ cargo build --release\n$ cp target/release/tmrs /usr/local/bin # or wherever you want\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxgmpr%2Ftmrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falxgmpr%2Ftmrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falxgmpr%2Ftmrs/lists"}