{"id":13531353,"url":"https://github.com/tboox/benchbox","last_synced_at":"2025-04-04T16:31:10.940Z","repository":{"id":83684274,"uuid":"67011094","full_name":"tboox/benchbox","owner":"tboox","description":" 🧀 The Benchmark Testing Box ","archived":false,"fork":false,"pushed_at":"2021-09-27T09:43:25.000Z","size":22316,"stargazers_count":34,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T15:12:04.892Z","etag":null,"topics":["benchmark","coroutine","tbox","xmake"],"latest_commit_sha":null,"homepage":"https://tboox.org","language":"C","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/tboox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-08-31T06:46:22.000Z","updated_at":"2024-11-21T21:46:24.000Z","dependencies_parsed_at":"2023-05-17T06:31:24.515Z","dependency_job_id":null,"html_url":"https://github.com/tboox/benchbox","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/tboox%2Fbenchbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboox%2Fbenchbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboox%2Fbenchbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tboox%2Fbenchbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tboox","download_url":"https://codeload.github.com/tboox/benchbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247209319,"owners_count":20901750,"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","coroutine","tbox","xmake"],"created_at":"2024-08-01T07:01:02.288Z","updated_at":"2025-04-04T16:31:10.674Z","avatar_url":"https://github.com/tboox.png","language":"C","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# The Benchmark Testing Box\n\n[![Join the chat at https://gitter.im/waruqi/tboox](https://badges.gitter.im/waruqi/tboox.svg)](https://gitter.im/waruqi/tboox?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://tboox.org/donation/)\n\n## Introduction\n\nBenchbox is a benchmark testing utilities.\n\n## Build\n\nPlease install xmake first: [xmake](http://xmake.io)\n\n```bash\n    $ xmake\n```\n\n## Run case\n\n```bash\n    $ xmake coroutine -n switch\nor  $ xmake coroutine --casename switch\n\n    $ xmake coroutine -n channel\nor  $ xmake coroutine --casename channel\n```\n\n## Reports\n\nIf you want to look the testing results, please refer to [reports](https://github.com/waruqi/benchbox/wiki/reports).\n\n## List tests\n\n```bash\n    $ xmake --help\n```\n\nThe results:\n\n```\n    ...\n\nTasks: \n       coroutine         The coroutine benchmark.\n       other             The other benchmark.\n```\n\n## List cases\n\n```bash\n    $ xmake coroutine --help\n```\n\nThe results:\n\n```\nThe coroutine benchmark.\n\nOptions: \n\n    ...\n\n    -n CASENAME, --casename=CASENAME       The case name.\n                                               - switch\n                                               - channel\n```\n\n#### Contacts\n\n* Email：[waruqi@gmail.com](mailto:waruqi@gmail.com)\n* Homepage：[TBOOX Open Source Project](http://www.tboox.org/cn)\n* Community：[TBOOX Open Source Community](http://www.tboox.org/forum)\n\n## 简介\n\nBenchbox是一个基准测试包，里面包含许多针对第三方库功能的性能基准测试和对比。\n\n例如：各大开源协程库性能基准测试，等等\n\n## 编译\n\n请先安装: [xmake](http://xmake.io)\n\n然后运行：\n\n```bash\n    $ xmake\n```\n\n## 运行测试case\n\n```bash\n    $ xmake coroutine -n switch\nor  $ xmake coroutine --casename switch\n\n    $ xmake coroutine -n channel\nor  $ xmake coroutine --casename channel\n```\n\n## 测试报告\n\n如果想要查看已有的测试结果，请参考：[测试报告](https://github.com/waruqi/benchbox/wiki/reports).\n\n## 显示所有测试用例\n\n```bash\n    $ xmake --help\n```\n\n结果如下：\n\n```\n    ...\n\nTasks: \n       coroutine         The coroutine benchmark.\n       other             The other benchmark.\n```\n\n## 显示某个测试的所有case\n\n```bash\n    $ xmake coroutine --help\n```\n\n结果如下:\n\n```\nThe coroutine benchmark.\n\nOptions: \n\n    ...\n\n    -n CASENAME, --casename=CASENAME       The case name.\n                                               - switch\n                                               - channel\n```\n\n#### 联系方式\n\n* 邮箱：[waruqi@gmail.com](mailto:waruqi@gmail.com)\n* 主页：[TBOOX开源工程](http://www.tboox.org/cn)\n* 社区：[TBOOX开源社区](http://www.tboox.org/forum)\n* QQ群：343118190\n* 微信公众号：tboox-os\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftboox%2Fbenchbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftboox%2Fbenchbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftboox%2Fbenchbox/lists"}