Side navigation
#12778 closed feature (migrated)
Opened October 22, 2012 04:36PM UTC
Closed October 20, 2014 11:55PM UTC
rewrite speed framework based off of the latest sizzle speed tests
Reported by: | mikesherov | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | git |
Keywords: | Cc: | rwaldron | |
Blocked by: | Blocking: |
Description
Attachments (0)
Change History (7)
Changed October 22, 2012 04:37PM UTC by comment:1
component: | unfiled → build |
---|---|
owner: | → mikesherov |
priority: | undecided → low |
status: | new → assigned |
type: | bug → feature |
Changed October 22, 2012 04:37PM UTC by comment:2
have it test against an earlier build
Changed October 22, 2012 05:27PM UTC by comment:3
I'm not sure sizzle speed tests are the best starting point. They are specially manufactured to work with selector engines, testing each selector and each engine in their own iframes. What we need is probably something custom manufactured to test jQuery modules. Having said that, there a couple principles I think we should adopt from Sizzle's speed suite.
1. Tests don't really need a back-end. Slickspeed operates only with PHP. I don't think we even need node.
2. The benchmarkjs project is a now a submodule of Sizzle; we can update to released versions whenever we need (which shouldn't happen that often).
3. Tests should be encapsulated appropriately to guarantee that one test does not affect the other. Loading each test in its own iframe is probably going overboard in the core module, but may be right for the ajax module.
Finally, rwaldron seemed excited about revamping an old resig project for our speed tests. I'm still open to that.
Changed October 22, 2012 05:31PM UTC by comment:4
cc: | → rwaldron |
---|
I'm fine either way. I really just want to blast away the /speed dir. If Rick's on that, even better :-)
Changed January 28, 2013 06:28PM UTC by comment:5
owner: | mikesherov |
---|---|
status: | assigned → open |
Salvatore Iovene from Intel is going to take a shot at this. If you have thoughts post here or ping siovene in #jquery-dev.
Changed May 21, 2013 07:22AM UTC by comment:6
dmethvin: any info on the progress on this?
Changed October 20, 2014 11:55PM UTC by comment:7
resolution: | → migrated |
---|---|
status: | open → closed |
Migrated to https://github.com/jquery/jquery/issues/1737