Bug 171411 - Speedometer: Add an Inferno TodoMVC implementation
Summary: Speedometer: Add an Inferno TodoMVC implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Addy Osmani
URL:
Keywords:
Depends on:
Blocks: 170513
  Show dependency treegraph
 
Reported: 2017-04-27 18:19 PDT by Addy Osmani
Modified: 2017-05-11 20:00 PDT (History)
5 users (show)

See Also:


Attachments
Patch (170.16 KB, patch)
2017-04-27 18:35 PDT, Addy Osmani
no flags Details | Formatted Diff | Diff
Patch (162.30 KB, patch)
2017-05-11 18:35 PDT, Addy Osmani
rniwa: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Addy Osmani 2017-04-27 18:19:37 PDT
As part of Speedometer 2.0 (https://bugs.webkit.org/show_bug.cgi?id=170513), introduce an Inferno (https://infernojs.org/) implementation of TodoMVC. Similar to Preact, it is another performance-focused alternative to React with a similar API that offers a similar feature set at a smaller size.
Comment 1 Addy Osmani 2017-04-27 18:35:26 PDT
Created attachment 308489 [details]
Patch
Comment 2 Ryosuke Niwa 2017-05-08 22:55:06 PDT
Comment on attachment 308489 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=308489&action=review

I guess Inferno example doesn't try to restore anything to localStorage in the first place?

> PerformanceTests/ChangeLog:7
> +        Adds a Inferno implem of TodoMVC to Speedometer

Please add a blank line between "Reviewed by" and this line.

> PerformanceTests/ChangeLog:10


Please these per-function comments. Since you're not adding any comments, they're only cluttering the change log.
Comment 3 Addy Osmani 2017-05-11 18:35:55 PDT
Created attachment 309842 [details]
Patch
Comment 4 Addy Osmani 2017-05-11 18:36:25 PDT
Added a blank line and removed per function comments as requested. PTAL.
Comment 5 WebKit Commit Bot 2017-05-11 19:36:47 PDT
Comment on attachment 309842 [details]
Patch

Rejecting attachment 309842 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 309842, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
a48a49823dfb07f4bf990e6356130677633
r216709 = 762031772c38451f69aa1fd7308f0e4ba8a2af21
r216710 = 2d96e9eb3105de5c55e9a3b37102a61b56e717e5
r216711 = e6f5012ae5d3cb699a776fedc2b51eb16f8aa4ec
r216712 = bcabe4ed74dbf7146ae1868f3165ab34cd5764fa
r216713 = 0f39ca8af1438b885163d4e799cd96825430c98e
Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.

Full output: http://webkit-queues.webkit.org/results/3722898
Comment 6 Ryosuke Niwa 2017-05-11 20:00:03 PDT
Committed r216723: <http://trac.webkit.org/changeset/216723>