https://github.com/en10/workspacecpubench
Benchmarking free online workspaces
https://github.com/en10/workspacecpubench
benchmark cpu sysbench
Last synced: 8 months ago
JSON representation
Benchmarking free online workspaces
- Host: GitHub
- URL: https://github.com/en10/workspacecpubench
- Owner: EN10
- Created: 2018-02-08T09:25:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T23:12:08.000Z (about 8 years ago)
- Last Synced: 2025-03-27T04:32:04.674Z (12 months ago)
- Topics: benchmark, cpu, sysbench
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workspace CPU Bench
Benchmarking free online workspaces with `sysbench`
Based on [TensorFlowForPoets](https://github.com/EN10/TensorFlowForPoets#benchmarks)
### Info
OS: `lsb_release -a`
CPU `cat /proc/cpuinfo | grep 'model name'`
RAM `free -mh`
### Install
sudo apt update
sudo apt install sysbench
sysbench --version
### Run
sysbench --test=cpu --cpu-max-prime=20000 --num-threads=2 run
### Benchmarks
| Workspace | CPU | RAM | OS | sysbench | Threads | Total Time |
| -------- | ------- | ---- | ------- | ------- | ------ | ----- |
| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 1 | 28.8560s |
| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 2 | 20.9147s |
| cs50.io | 2.50GHz | 512MB | 14.04.5 | 0.4.12 | 4 | 21.8916s |
| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 1 | 28.0834s |
| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 2 | 14.2357s |
| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 4 | 8.5462s |
| codenvy.io | E5-2686 v4 @ 2.30GHz | 3072MB | 16.04.3 | 0.4.12 | 8 | 8.5361s |
| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 1 | 28.0695s |
| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 2 | 17.0584s |
| floydhub | E5-2686 v4 @ 2.30GHz | 8GB | 16.04.2 | 0.4.12 | 4 | 17.1446s |
| colab | 2.30GHz | 12GB | 17.10 | 1.0.8 | 1 | 10.0003s |
| colab | 2.30GHz | 12GB | 17.10 | 1.0.8 | 2 | 10.0017s |
### Workspace Limitations
| Workspace | Limitations |
| -------- | --------- |
| codenvy | 10 Mins inactivity |
| floydhub | 20 Hours per month |
| tinymind | $2 credit |
### Ref
* [FloydHub](https://github.com/EN10/FloydHub)
* [TinyMind](https://www.tinymind.com)