Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexdaz/poketoaster
A simple benchmarking app.
https://github.com/alexdaz/poketoaster
android android-app android-studio benchmark benchmarking java java-android
Last synced: 1 day ago
JSON representation
A simple benchmarking app.
- Host: GitHub
- URL: https://github.com/alexdaz/poketoaster
- Owner: Alexdaz
- License: mit
- Created: 2023-11-19T16:01:59.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T18:05:13.000Z (about 1 year ago)
- Last Synced: 2024-12-14T01:30:11.308Z (about 2 months ago)
- Topics: android, android-app, android-studio, benchmark, benchmarking, java, java-android
- Language: Java
- Homepage:
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PokéToaster
[![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT/)
A simple benchmarking app for testing your phone processor. The test consists in solving this operation:
$$ f(x)=-2x(2)+{11x \over 3} $$
This evaluates the function in interval {-10, 10} with precise increments, from 0.000001 to 0.0000000001.
# Why PokéToaster?
Welp... the story begins in an Android application development class, when 2 friends were arguing about which phone had a better processor and after a class of algorithms, the solution came to light.
Poké = Pocket & Toaster = Computer then Pocket Computer.
![]()