{"id":20457337,"url":"https://github.com/connorbp/benchme","last_synced_at":"2025-09-04T00:15:02.794Z","repository":{"id":57505895,"uuid":"182027159","full_name":"ConnorBP/benchme","owner":"ConnorBP","description":"A simple rust library to quickly benchmark your code blocks.","archived":false,"fork":false,"pushed_at":"2020-08-20T18:10:20.000Z","size":13,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:29:19.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConnorBP.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}},"created_at":"2019-04-18T06:13:38.000Z","updated_at":"2020-10-19T22:29:21.000Z","dependencies_parsed_at":"2022-09-19T14:33:10.753Z","dependency_job_id":null,"html_url":"https://github.com/ConnorBP/benchme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ConnorBP/benchme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorBP%2Fbenchme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorBP%2Fbenchme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorBP%2Fbenchme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorBP%2Fbenchme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnorBP","download_url":"https://codeload.github.com/ConnorBP/benchme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorBP%2Fbenchme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273530533,"owners_count":25122010,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-15T12:06:41.181Z","updated_at":"2025-09-04T00:15:02.738Z","avatar_url":"https://github.com/ConnorBP.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦀 benchme 🐢\n\nA simple rust library to quickly benchmark your code blocks.\n\n\u003e Check it out on [crates.io](https://crates.io/crates/benchme)\n\n[![benchme on crates.io](https://img.shields.io/crates/v/benchme.svg)](https://crates.io/crates/benchme)\n\n## 🏎 usage 🚀\n\n```rust\n//run a quick benchmark\nbenchmark! {\n    //your super code goes here\n    println!(\"omaewamou SHINDEIRUUUUUU! {}\", 999999999);\n    println!(\"NANI!?!?!?!?\");\n}\n\n//or run a benchmark tagged with a name #[name_goes_here_AbCd123] (useful if you are benchmarking more than one thing)\nbenchmarknamed! {\n    //name that will be displayed for the benchmark output\n    #[weeeeeeee]\n    //my super intense code that I need to make sure is super mega fast\n    println!(\"To the moooooooon! 🚀\");\n    println!(\"the yeet was yote.\");\n}\n```\n\n## ✳️ acquiring benchme ✅\n\nadd the following in your `Cargo.toml` file:\n\n`benchme = \"0.1.0\"`\n\nand this in your super intensive `needsabenchmark.rs` file:\n``` rust\n#[macro_use]\nextern crate benchme;\nuse std::time::{Instant};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorbp%2Fbenchme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorbp%2Fbenchme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorbp%2Fbenchme/lists"}