Commit Graph

19 Commits

Author SHA1 Message Date
Phil Pluckthun
b6aa46e3a9 Remove react-is package and from rollup.config.js 2021-01-08 14:41:20 +00:00
strozw
80611faed0 change to using self styled-components 2020-09-25 10:23:17 +09:00
strozw
7e780a9e0f fix module resolve error 2020-09-24 09:38:34 +09:00
Evan Jacobs
f5582d9784 use yarn feature to alias npm-trunk version of styled-components 2020-08-29 22:17:15 -04:00
Evan Jacobs
1883f54b6f add object-style benchmark 2020-08-29 21:11:37 -04:00
Evan Jacobs
3c4cdc86e3 update v5 benchmark baseline 2020-08-27 17:24:04 -04:00
Evan Jacobs
1f6c3bfcf6 follow current node LTS
The engines >= 8 thing hasn't been released yet, so this is not
considered a breaking change.
2020-08-27 17:24:04 -04:00
Michaël De Boey
25e48908b0 Add engines in package.json (#3201)
* Update package.json

* Update package.json

* Update package.json

* Update package.json
2020-08-27 07:26:54 -04:00
Evan Jacobs
216f03deb0 attempt to resolve a SSR deopt in the hashing function (#2983)
* remove unnecessary int coercion in phash

* remove unnecessary int32 cast on the string length

* add baseline v5.0.0 benchmark to suite

* clip hash result to 32bit range

* treat benchmark compiled v5 file as binary

* fix hash not being empty in the case of no plugins

* attempt to resolve smi deopt

* faster variant of djb2
2020-01-30 11:11:08 -05:00
Evan Jacobs
062cfca5a9 fix building benchmarks 2019-11-07 16:29:15 -05:00
Evan Jacobs
44e565bf5d update benchmark examples & rewrite a few with more idiomatic examples 2019-11-07 16:02:36 -05:00
Evan Jacobs
8025f704c8 update to latest s-c v4 version in benchmarks 2019-11-07 16:02:36 -05:00
Phil Pluckthun
9df42afa05 Remove copying index.html to dist 2019-11-07 16:01:15 -05:00
Phil Pluckthun
a7c1e07e40 Revert benchmarks to vendored SC v4 2019-11-07 16:01:15 -05:00
Evan Jacobs
b81c194c7d add top level benchmark command for easy running 2019-11-07 16:01:14 -05:00
Evan Jacobs
470ef331ec fix local setup I think 2019-11-07 16:01:13 -05:00
Phil Pluckthun
a2a5e2ded6 Add styled-components v4 to benchmarks 2019-11-07 16:01:13 -05:00
Evan Jacobs
0e92650078 update benchmark emotion example to v10 w/ styled syntax (#2525)
to match how we're doing things with styled-components
2019-11-07 16:00:35 -05:00
Phil Plückthun
930710c54b Fix benchmarks for canary (#2523)
* Move benchmarks to separate package and upgrade

* Add benchmarks to flow's ignored files

* Limit Sail build task to styled-components pkg
2019-11-07 16:00:34 -05:00