9dedba6364
Added ability to show minimum FPS for FPS tests; added title to benchmark charts
Gregory Ballantine2025-07-04 19:06:43 -04:00
bbe9c6575a
Updated app dependencies; updated dev environment to PHP 8.4 and Node v24
Gregory Ballantine2025-07-04 15:54:12 -04:00
295c7d1923
Updated the footer to look good with bootstrap; changed colors on the navbar
Gregory Ballantine2025-07-02 18:05:50 -04:00
7a8b5a674c
Increased size of the benchmark charts; disabled the chart display while the chart is being generated
Gregory Ballantine2025-07-02 17:52:26 -04:00
3f5f374a36
Added functionality to clear the chart canvas so charts can be more easily created
Gregory Ballantine2025-06-29 02:00:40 -04:00
1a7e41edb2
Fixed the benchmark.view and component.view views so they now link to tests that reference them
Gregory Ballantine
2025-06-26 11:51:05 -04:00
12b7743660
Added windows .bat scripts for docker-build and docker-run
Gregory Ballantine2024-11-19 13:49:38 -05:00
b4bd116367
Added function to report generation page to change the selection of tests based on the benchmark wanted to compare
Gregory Ballantine
2024-06-03 13:18:38 -04:00
cedad0e48d
Switched javascript to CoffeeScript
Gregory Ballantine
2024-06-03 12:48:05 -04:00
004a2ddef6
Switched javascript to CoffeeScript
Gregory Ballantine
2024-06-03 12:46:22 -04:00
f473bdf9ab
Switched javascript to CoffeeScript
Gregory Ballantine
2024-06-03 12:44:13 -04:00
4a4f694831
Added API handler for getting a benchmark's tests
Gregory Ballantine
2024-06-03 12:39:33 -04:00
10df46be3b
Added API handler for getting a benchmark's info
Gregory Ballantine
2024-06-03 12:37:44 -04:00
b9b881ec0c
Added API handler for getting a benchmark's info
Gregory Ballantine
2024-06-03 12:37:13 -04:00
de01e4b144
Fixed typo in Test model
Gregory Ballantine
2024-06-03 11:42:05 -04:00
e0c6e3ef68
Fixed division by zero error
Gregory Ballantine
2024-06-03 11:41:30 -04:00
acbbbeb74f
Added test result averages
Gregory Ballantine
2024-06-03 11:37:01 -04:00
af9d788fe0
Added test result averages
Gregory Ballantine
2024-06-03 11:36:47 -04:00
0510c80c34
Reworked test view page
Gregory Ballantine
2024-06-03 11:28:24 -04:00
0fde8c082e
Fixed typos in the test view page
Gregory Ballantine
2024-06-03 10:54:19 -04:00
e3285bbaeb
Fixed typos in the result add route
Gregory Ballantine
2024-06-03 10:53:50 -04:00
2f42f19c26
Fixed some styles on the test view page
Gregory Ballantine
2024-06-03 10:52:29 -04:00
9aa0b57298
Removed references to old result routes; fixed typos in some models
Gregory Ballantine
2024-06-03 10:52:00 -04:00
c81d6f0e32
Fixed calls to the benchmarks array on the test view page
Gregory Ballantine
2024-06-03 10:51:20 -04:00
4fab94b271
Fixed some styles on the test view page
Gregory Ballantine
2024-06-03 10:50:53 -04:00
ca940932a7
Removed references to old result routes; fixed typos in some models
Gregory Ballantine
2024-06-03 10:45:33 -04:00
9b575f8717
Reworked how test results get submitted
Gregory Ballantine
2024-06-03 10:37:20 -04:00
05b1374d1d
Reworked how test results get submitted
Gregory Ballantine
2024-06-03 10:36:18 -04:00
de8e523c2c
Fixed some things with the test add functions
Gregory Ballantine
2024-06-03 09:43:33 -04:00
6079524c4e
Fixed typo in the test view
Gregory Ballantine
2024-06-03 09:42:50 -04:00
0844c8aead
Fixed typo in the test add view
Gregory Ballantine
2024-06-03 08:40:45 -04:00
0b2c1b083c
Fixed typo in the SCSS file
Gregory Ballantine
2024-06-03 08:39:50 -04:00
9e164485ed
Fixed some styles/layout on the test add page
Gregory Ballantine
2024-06-03 08:38:28 -04:00
f27490e192
Modified some views, routes and models to work with the new many-to-many for tests and benchmarks
Gregory Ballantine
2024-06-03 08:32:37 -04:00
15377da52d
Fixed derp problem with many-to-many relationship table for tests and benchmarks
Gregory Ballantine
2024-06-03 08:23:06 -04:00
6eaf7a0ba9
Added many-to-many relationship table for tests and benchmarks
Gregory Ballantine
2024-06-03 08:22:09 -04:00
bd4c79a6fc
Changed database structure a bit; fixed code style problems in the old migrations
Gregory Ballantine
2024-06-03 08:18:35 -04:00
33c9bf5cb5
Updated test views and routes for the new test attributes
Gregory Ballantine2024-04-06 12:08:23 -04:00
0c1df2e7e6
Added script to run phinx migrations; updated tests table to have better labels
Gregory Ballantine2024-04-06 11:54:45 -04:00
96a69a94ba
Updated entrypoint to automatically run dev environment migrations
Gregory Ballantine2024-02-26 13:17:17 -05:00
005b31dbd7
Changed where the result.add route redirects to; added some more links around the site for easier navigation
Gregory Ballantine2022-11-25 19:46:31 -05:00
9a65b5f27a
Added eloquent and phinx to project to handle database interactions and migrations; added Result model for storing benchmark results
Gregory Ballantine2022-11-25 16:48:54 -05:00
323152a8f5
Added Grunt for compiling CSS/JS; added start of Result controller
Gregory Ballantine2022-11-25 16:30:22 -05:00