- c37b504 Re-render the result graphs when the available space changes. by Simon Fraser · 9 weeks ago upstream/main
- 7ef5b39 Update rubric to recommend maximizing the browser window (instead of "fullscreen") by Simon Fraser · 3 months ago
- fdc3711 Merge https://github.com/WebKit/MotionMark/pull/103 by Simon Fraser · 4 months ago
- ace4c46 Add a "Load results" button to upload results JSON by Sunny Sachanandani · 4 months ago
- a2c9e92 Add new experimental 'window' regression function. by Victor Miura · 4 months ago
- f5389db Dynamic score profile selectors by Sunny Sachanandani · 4 months ago
- a10b0cb Fixes for maximum stage complexity calculation by Victor Miura · 7 months ago
- f2a1996 Delay the fade-in animation until the fps calculation is done. by Alejandro G. Castro · 1 year ago
- 420bb9a Improve visualization of regression lines. by Victor Miura · 1 year, 2 months ago
- 5856536 Filter to animation frames before bootstrap sampling by Victor Miura · 1 year, 2 months ago
- 9236d48 Separate mutation frame data in the Time Graph. by Victor Miura · 1 year, 2 months ago
- 032f503 Replace SimplePromise with native Promises by Simon Fraser · 1 year, 7 months ago
- 75efd9e Benchmark and Controller refactoring. by Simon Fraser · 1 year, 8 months ago
- fc28b62 Import all runs from a benchmark JSON file by Simon Fraser · 1 year, 8 months ago
- ef533da Make a RunData class by Simon Fraser · 1 year, 8 months ago
- c2f7f50 Rename ResultsDashboard to ScoreCalculator by Simon Fraser · 1 year, 8 months ago
- 559aee7 Add unit tests for data import, and minor fixes. by Simon Fraser · 1 year, 8 months ago
- d46dee4 Move ResultsDashboard and ResultTable to a new file. by Simon Fraser · 1 year, 8 months ago
- baf37c1 Add a way to write Unit Tests. by Simon Fraser · 2 years ago
- da4695d Make real classes for BenchmarkRunnerClient, BenchmarkController and SectionsManager. by Simon Fraser · 2 years ago
- f2408a9 Respond to review feedback: by Simon Fraser · 2 years ago
- 3f363c0 Replace the anonymous SimpleCanvasStage subclass with an explicitly named one, with some name juggling. by Simon Fraser · 2 years ago
- 25a5449 Convert TemplateCanvasObject to JS class syntax. by Simon Fraser · 2 years ago
- fedf448 Remove Utilities.createClass() and createSubclass(). by Simon Fraser · 2 years ago
- a12b58c Convert Particle and subclasses to use JS class syntax. by Simon Fraser · 2 years ago
- 1ea2c46 Convert more objects within specific tests into JS classes. by Simon Fraser · 2 years ago
- b22f857 Convert Benchmark to a JS class by Simon Fraser · 2 years ago
- 505bd52 Fix UnitBezier to correctly refer to class static data. by Simon Fraser · 2 years ago
- 9af3bcd Convert Stage and subclasses to use JS class syntax. by Simon Fraser · 2 years ago
- cacbf11 Instead of calling contentWindow.Utilities.parseParameters(), pass in the contentWindow’s location. by Simon Fraser · 2 years ago
- 0a0b54a Convert Sampler, Controller and the Controller subclasses to use JS class syntax. by Simon Fraser · 2 years ago
- 0889e9d Convert benchmark-runner.js to JS class syntax. by Simon Fraser · 2 years ago
- 3575bca Convert classes in motionmark.js and debug-runner.js to JS class syntax. by Simon Fraser · 2 years ago
- 0904796 Convert classes in statistics.js and math.js to use JS class syntax. by Simon Fraser · 2 years ago
- 327ef6c Convert classes in extensions.js to JS class syntax, deprecating Utilities.createClass() by Simon Fraser · 2 years ago
- 711326c Update the version history for 1.3.1 by Simon Fraser · 2 years, 2 months ago
- c5f2326 Bump Multiply max complexity again. by Simon Fraser · 2 years, 2 months ago
- 14d662c Detab the changed added in f3034d6f7754eefcebd5df76657082344fc629ee. by Simon Fraser · 2 years, 2 months ago
- f1c7edb Frame rate detection on MotionMark occasionally sees older devices as 90 fps instead of 60 by Said Abou-Hallawa · 2 years, 5 months ago
- f3034d6 x by Scott Violet · 2 years, 5 months ago
- 3f6115f Fixes #43: Initialize canvas size when running benchmarks directly by vmiura · 2 years, 6 months ago
- d5d5502 Add more changes to the 1.3 change list in the about page by Simon Fraser · 2 years, 9 months ago
- 869e97c Fixed complexity runs throw an error by Simon Fraser · 2 years, 9 months ago
- 37c6101 Ignore mutation frames when scoring by Simon Fraser · 2 years, 9 months ago
- c401061 Simplify regression computation by Simon Fraser · 2 years, 9 months ago
- da95272 The first frame of each ramp has an erroneously long frame duration by Simon Fraser · 2 years, 9 months ago
- b9253e7 Clarify sample indexing in main.js by Simon Fraser · 2 years, 9 months ago
- d868502 Fix the frame rate axis of the time graph by Simon Fraser · 2 years, 9 months ago
- d51d4b2 Update the About page and add a non-60fps warning on the front page. by Simon Fraser · 2 years, 9 months ago
- 2b2e9d4 On faster machines, the Multiply test can max out and stop producing useful results. by Simon Fraser · 2 years, 9 months ago
- 465dd49 Make the 'slope' profile the default profile. by vmiura · 2 years, 9 months ago
- c0a884c Automatic frame rate detection by Simon Fraser · 2 years, 9 months ago
- ff00967 Fix instability in the Design subtest by Simon Fraser · 2 years, 9 months ago
- 3090053 Make the 'Paths' test workload more consistent by vmiura · 2 years, 9 months ago
- 9edd41a Use 'display' style as the default visibility property for the Multiply test. by vmiura · 2 years, 9 months ago
- f7e7ee3 Fix iOS orientation detection by Simon Fraser · 3 years ago
- 09981e7 Detab some files by Simon Fraser · 3 years, 1 month ago
- 135a092 Fix the graph display by Simon Fraser · 3 years, 1 month ago
- 9aff631 Make the JS formatting consistent. No behavior changes. by Simon Fraser · 3 years, 1 month ago
- aa76e5e tests/core/focus.html is unused #15 by Simon Fraser · 3 years, 1 month ago
- 25af4aa There are two files called "motionmark.js" so rename one of them #13 by Simon Fraser · 3 years, 1 month ago
- 1d4b784 Rename the "master" directory to "core" #8 by Simon Fraser · 3 years, 1 month ago
- 283c04e MotionMark: improve drag and drop feedback on developer page by Simon Fraser · 3 years, 1 month ago
- 85ca394 Support non-60 frame rates in MotionMark by Dean Jackson · 3 years, 1 month ago
- f5d127c MotionMark's multiply suite may generate incorrect score when requestAnimationFrame runs at 120hz by Simon Fraser · 3 years, 1 month ago
- 06acb93 Migrate MotionMark 1.2 from its own directory to the common MotionMark directory. by Simon Fraser · 3 years, 1 month ago
- 27f9a75 Migrate MotionMark 1.1 from its own directory to the common MotionMark directory. by Simon Fraser · 3 years, 1 month ago
- c96e17f Prepare for a future where the “MotionMark” directory represents the current, in-development version of the benchmark, and branches and tags are used for releases. by Simon Fraser · 3 years, 1 month ago
- 7d35327 add index.html that redirects to MotionMark1.2. fixes #2 (#3) by Brian Grinstead · 3 years, 3 months ago
- 623628c Populate governance document by Myles C. Maxfield · 3 years, 4 months ago
- 74754aa Add new repository skeleton files by Myles C. Maxfield · 3 years, 4 months ago
- 4239aea [MotionMark] Live version of 4 tests just show a 403 Access Denied page by Myles C. Maxfield · 3 years, 6 months ago
- 4710d74 [MotionMark] Publish r278436 as a part of MotionMark 1.2 by Myles C. Maxfield · 5 years ago
- 2da3a8b [MotionMark] Apply r277406 to Websites/browserbench.org/MotionMark1.2 by Myles C. Maxfield · 5 years ago
- e174a0f Copy PerformanceTests/MotionMark to WebSites/browserbench.org/MotionMark1.2 by Myles C. Maxfield · 5 years ago
- dbcfbd8 [WebGPU] Update demos to work on STP 92 by Myles C. Maxfield · 7 years ago
- 23f932e Upload triangles tests for 3D suite in MotionMark by Jon Lee · 7 years ago
- 1e19315 [MotionMark] The text "kkkj" is causing Firefox console warning: `unreachable code after return statement` by Jon Lee · 7 years ago
- 9b8f2b5 Add MotionMark 1.1 to browserbench by Jon Lee · 8 years ago
- 16e3d4e Add Websites/browserbench.org https://bugs.webkit.org/show_bug.cgi?id=172049 by Ryosuke Niwa · 9 years ago
- e6896ff New repository initialized by cvs2svn. by Unknown · 25 years ago