{"id":22418990,"url":"https://github.com/en10/workspacecpubench","last_synced_at":"2025-08-09T03:42:37.702Z","repository":{"id":75872299,"uuid":"120739611","full_name":"EN10/WorkspaceCPUBench","owner":"EN10","description":"Benchmarking free online workspaces","archived":false,"fork":false,"pushed_at":"2018-02-09T23:12:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T04:32:04.674Z","etag":null,"topics":["benchmark","cpu","sysbench"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EN10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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":"2018-02-08T09:25:25.000Z","updated_at":"2018-02-09T22:39:20.000Z","dependencies_parsed_at":"2023-02-25T01:15:10.915Z","dependency_job_id":null,"html_url":"https://github.com/EN10/WorkspaceCPUBench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EN10/WorkspaceCPUBench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FWorkspaceCPUBench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FWorkspaceCPUBench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FWorkspaceCPUBench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FWorkspaceCPUBench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EN10","download_url":"https://codeload.github.com/EN10/WorkspaceCPUBench/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EN10%2FWorkspaceCPUBench/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269527524,"owners_count":24432438,"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-08-09T02:00:10.424Z","response_time":111,"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":["benchmark","cpu","sysbench"],"created_at":"2024-12-05T16:13:44.306Z","updated_at":"2025-08-09T03:42:37.685Z","avatar_url":"https://github.com/EN10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workspace CPU Bench\n\nBenchmarking free online workspaces with `sysbench`     \nBased on [TensorFlowForPoets](https://github.com/EN10/TensorFlowForPoets#benchmarks)\n\n### Info\n\nOS: `lsb_release -a`    \nCPU `cat /proc/cpuinfo | grep 'model name'`    \nRAM `free -mh`\n\n### Install\n\n    sudo apt update\n    sudo apt install sysbench\n    sysbench --version\n\n### Run\n\n    sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run\n\n### Benchmarks\n\n| Workspace | CPU | RAM | OS | sysbench | Threads | Total Time |   \n| -------- | ------- | ---- | ------- | ------- | ------ | ----- |\n| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 1 | 28.8560s |\n| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 2 | 20.9147s |\n| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 4 | 21.8916s |\n| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 1 | 28.0834s |\n| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 2 | 14.2357s |\n| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 4 | 8.5462s |\n| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 8 | 8.5361s |\n| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 1 | 28.0695s |\n| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 2 | 17.0584s |\n| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 4 | 17.1446s |\n| colab | 2.30GHz | 12GB | 17.10 | 1.0.8 | 1 | 10.0003s |\n| colab | 2.30GHz | 12GB | 17.10 | 1.0.8 | 2 | 10.0017s |\n\n### Workspace Limitations\n\n| Workspace | Limitations |\n| -------- | --------- |\n| codenvy | 10 Mins inactivity |\n| floydhub | 20 Hours per month |\n| tinymind | $2 credit |\n\n### Ref\n* [FloydHub](https://github.com/EN10/FloydHub)  \n* [TinyMind](https://www.tinymind.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fworkspacecpubench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fen10%2Fworkspacecpubench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fen10%2Fworkspacecpubench/lists"}