Skip to content

ruboto/ruboto_benchmark_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2dcd216 · Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Aug 30, 2011
Jan 8, 2015
Jan 8, 2015
Jan 8, 2015
Jun 18, 2021
Jan 8, 2015
Jun 9, 2020
Oct 5, 2020
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Nov 23, 2022
Jan 8, 2015
Nov 14, 2019
Nov 23, 2022
Mar 24, 2021
Nov 23, 2022
Nov 23, 2022

Repository files navigation

Welcome to the Ruboto Benchmarks Server

[[http://ruboto-startup.herokuapp.com/]]

The purpose of this project is to measure different benchmarks for Ruboto on different configurations. The startup benchmark has been the main focus for a while, but now that we start measuring startup times below 4 seconds, other benchmarks become more interesting. One central benchmark type is the loading and initializing of libraries and user code.

To try it with your device, install the Ruboto Benchmarks app on Google Play, start it, and click the Report button.

If there are benchmarks you would like people to run, or you want to contribute in any way to the Ruboto project, please leave us a message as descibed on the Contributing page.

The results of the benchmark measurements are reported to and stored on this server at Heroku.

http://ruboto-startup.herokuapp.com/

Maintenance

This is a pretty plain Ruby on Rails app.

To update this server, make your changes, and commit them to master. Heroku will auto-deploy the changes.

  • Make changes
  • rake test
  • git commit -m "<your description here>"

Pull requests welcome!