Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't store mount image on component instance #852

Merged
merged 1 commit into from
Jan 17, 2014

Conversation

sophiebits
Copy link
Collaborator

Fixes #851.

@petehunt
Copy link
Contributor

petehunt commented Jan 9, 2014

Got benchmarks? :)

@sophiebits
Copy link
Collaborator Author

I don't know how this could be slower but let me figure out how to run the benchmarks we just added…

@sophiebits
Copy link
Collaborator Author

Looks about the same:

image

In this run it looks a little faster for some of them; I ran it again and it was the other way around for the first couple. Not a significant difference.

(That's react-bench; I couldn't get grunt perf to work. @subtleGradient I'm getting:

Running "webdriver-perf:local" (webdriver-perf) task
>> Error: Condition wasn't satisfied!
Fatal error: Condition wasn't satisfied!

Any ideas?)

@sebmarkbage
Copy link
Collaborator

Follow up pull request for react-art? (I think that's the reason)

sophiebits added a commit to sophiebits/react-art that referenced this pull request Jan 9, 2014
@plievone
Copy link
Contributor

plievone commented Jan 9, 2014

(That's react-bench; I couldn't get grunt perf to work.)

@spicyj For me it prints a bunch of JSONs and exits with "Done, without errors.". Have you tried npm update just in case phantomjs or wd have been updated since? It doesn't print a summary yet, though.

sophiebits added a commit to sophiebits/react-art that referenced this pull request Jan 15, 2014
sophiebits added a commit to sophiebits/react-art that referenced this pull request Jan 15, 2014
sophiebits added a commit to sophiebits/react-art that referenced this pull request Jan 17, 2014
sebmarkbage added a commit that referenced this pull request Jan 17, 2014
Don't store mount image on component instance
@sebmarkbage sebmarkbage merged commit a05cef4 into facebook:master Jan 17, 2014
superbuddyy added a commit to superbuddyy/react-art-world that referenced this pull request Aug 9, 2022
josephsavona pushed a commit that referenced this pull request May 15, 2024
Previously, this step just set the mutable range of any alias set including any 

mutation to the end of the last mutable range of any of the containing 
identifiers. 

This change makes it so that the ends are only updated of the ranges that end 

before the last mutation. 

Fixes #852
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Benchmark and Clean Up _mountImage Strings
4 participants