{"id":25997369,"url":"https://github.com/coderhs/plot_benchmark","last_synced_at":"2025-10-26T07:03:58.079Z","repository":{"id":276729075,"uuid":"929815719","full_name":"coderhs/plot_benchmark","owner":"coderhs","description":"Visualize the results of Benchmark","archived":false,"fork":false,"pushed_at":"2025-02-10T04:33:25.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T05:26:21.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/coderhs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-02-09T13:26:48.000Z","updated_at":"2025-02-10T04:33:28.000Z","dependencies_parsed_at":"2025-02-10T05:36:23.222Z","dependency_job_id":null,"html_url":"https://github.com/coderhs/plot_benchmark","commit_stats":null,"previous_names":["coderhs/plot_benchmark"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderhs%2Fplot_benchmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderhs%2Fplot_benchmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderhs%2Fplot_benchmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderhs%2Fplot_benchmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderhs","download_url":"https://codeload.github.com/coderhs/plot_benchmark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242067693,"owners_count":20066750,"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":"2025-03-05T17:00:46.225Z","updated_at":"2025-10-26T07:03:58.019Z","avatar_url":"https://github.com/coderhs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlotBenchmark\n\nBeing a visual thinker, I prefer charts and diagrams to raw numbers. So I created this project that uses unicode_plot\nto generate graph and visualize in the terminal.\n\n```ruby\nirb(main):001\u003e n = 5000000\nirb(main):002* PlotBenchmark.measure do |x|\nirb(main):003*   x.report(\"for:\")   { for i in 1..n; a = \"1\"; end }\nirb(main):004*   x.report(\"times:\") { n.times do   ; a = \"1\"; end }\nirb(main):005*   x.report(\"upto:\")  { 1.upto(n) do ; a = \"1\"; end }\nirb(main):006\u003e end\n\n```\n\n![image](doc/images/output_example.png)\n\n\n## Installation\n\nCurrently in active development. Hence follow the instruction of ##Development\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/coderhs/plot_benchmark. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/plot_benchmark/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the PlotBenchmark project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/plot_benchmark/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderhs%2Fplot_benchmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderhs%2Fplot_benchmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderhs%2Fplot_benchmark/lists"}