{"id":15379933,"url":"https://github.com/marvinhagemeister/benchmarkjs-pretty","last_synced_at":"2025-07-07T19:17:39.582Z","repository":{"id":22354389,"uuid":"96014577","full_name":"marvinhagemeister/benchmarkjs-pretty","owner":"marvinhagemeister","description":"Tiny wrapper around benchmarkjs with a nicer api","archived":false,"fork":false,"pushed_at":"2022-02-11T00:45:12.000Z","size":182,"stargazers_count":20,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T14:42:35.432Z","etag":null,"topics":["benchmark","benchmarkjs","pretty"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/marvinhagemeister.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-02T09:48:09.000Z","updated_at":"2020-11-05T03:04:43.000Z","dependencies_parsed_at":"2022-08-07T10:15:32.980Z","dependency_job_id":null,"html_url":"https://github.com/marvinhagemeister/benchmarkjs-pretty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fbenchmarkjs-pretty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fbenchmarkjs-pretty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fbenchmarkjs-pretty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marvinhagemeister%2Fbenchmarkjs-pretty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marvinhagemeister","download_url":"https://codeload.github.com/marvinhagemeister/benchmarkjs-pretty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249128799,"owners_count":21217220,"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":["benchmark","benchmarkjs","pretty"],"created_at":"2024-10-01T14:20:27.372Z","updated_at":"2025-04-15T18:30:26.185Z","avatar_url":"https://github.com/marvinhagemeister.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Benchmarkjs pretty\n\nThis library is a tiny wrapper around the popular [benchmarkjs](https://github.com/bestiejs/benchmark.js)\nbut with a nicer api. It's always a bit cumbersome to specify the `cycle` and\n`complete` functions in each project where benchmarking is done.\n\n## Installation\n\n```bash\n# npm\nnpm install --save-dev benchmarkjs-pretty\n\n# yarn\nyarn add --dev benchmarkjs-pretty\n```\n\n## Usage\n\n```js\nimport Benchmark from \"benchmarkjs-pretty\";\n\nnew Benchmark()\n  .add(\"foo\", myFunction)\n  .add(\"bar\", myOtherFunction)\n  .run() // Returns promise\n```\n\n## License\n\nMIT, see [LICENSE](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinhagemeister%2Fbenchmarkjs-pretty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarvinhagemeister%2Fbenchmarkjs-pretty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarvinhagemeister%2Fbenchmarkjs-pretty/lists"}