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

Automatically cancel old workflow runs on PRs #16976

Merged
merged 6 commits into from Dec 7, 2020

Conversation

Timer
Copy link
Member

@Timer Timer commented Sep 9, 2020

Due to the recent explosion in Next.js' popularity with external contributors, we've been experiencing some CI backlog.

This PR cancels previous workflow runs when a new commit is pushed in effort to reduce CI congestion. This effectively limits each PR to a single "slot" instead of potentially queueing up 10 queued runs due to quickly-pushed commits.

cc @styfle

@ijjk
Copy link
Member

ijjk commented Sep 9, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 12.9s 12.9s -27ms
nodeModulesSize 56.7 MB 56.7 MB
Page Load Tests Overall increase ✓
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.461 2.486 ⚠️ +0.03
/ avg req/sec 1015.84 1005.82 ⚠️ -10.02
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.504 1.483 -0.02
/error-in-render avg req/sec 1661.97 1685.51 +23.54
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 1 kB 1 kB
link.html gzip 1.01 kB 1.01 kB
withRouter.html gzip 994 B 994 B
Overall change 3 kB 3 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 15.1s 15s -89ms
nodeModulesSize 56.7 MB 56.7 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1.03 MB 1.03 MB
404.html 4.34 kB 4.34 kB
hooks.html 3.92 kB 3.92 kB
index.js 1.03 MB 1.03 MB
link.js 1.08 MB 1.08 MB
routerDirect.js 1.07 MB 1.07 MB
withRouter.js 1.07 MB 1.07 MB
Overall change 5.31 MB 5.31 MB
Commit: cbe3433

@ijjk
Copy link
Member

ijjk commented Sep 9, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 12.7s 12.5s -256ms
nodeModulesSize 56.7 MB 56.7 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.272 2.24 -0.03
/ avg req/sec 1100.56 1116.29 +15.73
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.159 1.181 ⚠️ +0.02
/error-in-render avg req/sec 2156.59 2117.67 ⚠️ -38.92
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 1 kB 1 kB
link.html gzip 1.01 kB 1.01 kB
withRouter.html gzip 994 B 994 B
Overall change 3 kB 3 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 14.1s 13.6s -525ms
nodeModulesSize 56.7 MB 56.7 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1.03 MB 1.03 MB
404.html 4.34 kB 4.34 kB
hooks.html 3.92 kB 3.92 kB
index.js 1.03 MB 1.03 MB
link.js 1.08 MB 1.08 MB
routerDirect.js 1.07 MB 1.07 MB
withRouter.js 1.07 MB 1.07 MB
Overall change 5.31 MB 5.31 MB
Commit: 07b3058

@ijjk
Copy link
Member

ijjk commented Sep 9, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 14.1s 13.6s -534ms
nodeModulesSize 56.7 MB 56.7 MB
Page Load Tests Overall increase ✓
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.605 2.548 -0.06
/ avg req/sec 959.66 981.29 +21.63
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.577 1.507 -0.07
/error-in-render avg req/sec 1585.51 1659.17 +73.66
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 1 kB 1 kB
link.html gzip 1.01 kB 1.01 kB
withRouter.html gzip 994 B 994 B
Overall change 3 kB 3 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 15.4s 15.4s ⚠️ +30ms
nodeModulesSize 56.7 MB 56.7 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1.03 MB 1.03 MB
404.html 4.34 kB 4.34 kB
hooks.html 3.92 kB 3.92 kB
index.js 1.03 MB 1.03 MB
link.js 1.08 MB 1.08 MB
routerDirect.js 1.07 MB 1.07 MB
withRouter.js 1.07 MB 1.07 MB
Overall change 5.31 MB 5.31 MB
Commit: d3ab650

@ijjk
Copy link
Member

ijjk commented Sep 9, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 12.9s 13.1s ⚠️ +123ms
nodeModulesSize 56.7 MB 56.7 MB
Page Load Tests Overall increase ✓
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.455 2.282 -0.17
/ avg req/sec 1018.25 1095.32 +77.07
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.322 1.237 -0.08
/error-in-render avg req/sec 1890.62 2021.83 +131.21
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 1 kB 1 kB
link.html gzip 1.01 kB 1.01 kB
withRouter.html gzip 994 B 994 B
Overall change 3 kB 3 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 14.8s 14.5s -347ms
nodeModulesSize 56.7 MB 56.7 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..a2cc.js gzip 10.8 kB 10.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-6743a22..e6ce.js gzip 7 kB 7 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 57.5 kB 57.5 kB
Client Bundles (main, webpack, commons) Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..dule.js gzip 6.62 kB 6.62 kB
framework.HA..dule.js gzip 39 kB 39 kB
main-3b374ae..dule.js gzip 6.07 kB 6.07 kB
webpack-07c5..dule.js gzip 751 B 751 B
Overall change 52.4 kB 52.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-9a0b9e1..b37e.js gzip 1.28 kB 1.28 kB
_error-ed1b0..8fbd.js gzip 3.44 kB 3.44 kB
hooks-89731c..c609.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-d2344ce..8b36.js gzip 1.3 kB 1.3 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 7.71 kB 7.71 kB
Client Pages Modern
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-75d3a82..dule.js gzip 625 B 625 B
_error-4469a..dule.js gzip 2.29 kB 2.29 kB
hooks-cbf13f..dule.js gzip 387 B 387 B
index-b9a643..dule.js gzip 226 B 226 B
link-f8c0daf..dule.js gzip 1.26 kB 1.26 kB
routerDirect..dule.js gzip 284 B 284 B
withRouter-f..dule.js gzip 282 B 282 B
Overall change 5.36 kB 5.36 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
_buildManife..dule.js gzip 329 B 329 B
Overall change 651 B 651 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1.03 MB 1.03 MB
404.html 4.34 kB 4.34 kB
hooks.html 3.92 kB 3.92 kB
index.js 1.03 MB 1.03 MB
link.js 1.08 MB 1.08 MB
routerDirect.js 1.07 MB 1.07 MB
withRouter.js 1.07 MB 1.07 MB
Overall change 5.31 MB 5.31 MB
Commit: 23f8d88

@Timer Timer marked this pull request as draft September 9, 2020 22:08
@vercel
Copy link

vercel bot commented Dec 7, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vercel/nextjs-examples-image-component/bg5h2ujkb
✅ Preview: https://nextjs-examples-image-component-git-workflow-cancel.vercel.vercel.app

@vercel vercel bot temporarily deployed to Preview December 7, 2020 19:20 Inactive
@vercel vercel bot temporarily deployed to Preview December 7, 2020 19:21 Inactive
@ijjk
Copy link
Member

ijjk commented Dec 7, 2020

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 8.4s 8.5s ⚠️ +61ms
nodeModulesSize 82.5 MB 82.5 MB
Page Load Tests Overall increase ✓
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.083 2.037 -0.05
/ avg req/sec 1200.3 1227.21 +26.91
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.115 1.079 -0.04
/error-in-render avg req/sec 2242.57 2317.62 +75.05
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..34b9.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f501b4a..c42e.js gzip 6.56 kB 6.56 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-7231d4b..5856.js gzip 1.28 kB 1.28 kB
_error-01375..90b6.js gzip 3.69 kB 3.69 kB
hooks-d4591d..e7c2.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-db223d9..dbd7.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.27 kB 8.27 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
Overall change 322 B 322 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 10.2s 10.3s ⚠️ +110ms
nodeModulesSize 82.5 MB 82.5 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..34b9.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f501b4a..c42e.js gzip 6.56 kB 6.56 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-7231d4b..5856.js gzip 1.28 kB 1.28 kB
_error-01375..90b6.js gzip 3.69 kB 3.69 kB
hooks-d4591d..e7c2.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-db223d9..dbd7.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.27 kB 8.27 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
Overall change 322 B 322 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.16 MB 5.16 MB
Commit: 3637afc

@ijjk
Copy link
Member

ijjk commented Dec 7, 2020

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 9.8s 10.2s ⚠️ +353ms
nodeModulesSize 82.5 MB 82.5 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary Timer/next.js workflow/cancel Change
/ failed reqs 0 0
/ total time (seconds) 2.415 2.484 ⚠️ +0.07
/ avg req/sec 1035.15 1006.35 ⚠️ -28.8
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.266 1.338 ⚠️ +0.07
/error-in-render avg req/sec 1975.45 1868.89 ⚠️ -106.56
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..34b9.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f501b4a..c42e.js gzip 6.56 kB 6.56 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-7231d4b..5856.js gzip 1.28 kB 1.28 kB
_error-01375..90b6.js gzip 3.69 kB 3.69 kB
hooks-d4591d..e7c2.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-db223d9..dbd7.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.27 kB 8.27 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
Overall change 322 B 322 B
Rendered Page Sizes
vercel/next.js canary Timer/next.js workflow/cancel Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary Timer/next.js workflow/cancel Change
buildDuration 12s 12s -54ms
nodeModulesSize 82.5 MB 82.5 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary Timer/next.js workflow/cancel Change
677f882d2ed8..34b9.js gzip 12.8 kB 12.8 kB
framework.HASH.js gzip 39 kB 39 kB
main-f501b4a..c42e.js gzip 6.56 kB 6.56 kB
webpack-e067..f178.js gzip 751 B 751 B
Overall change 59 kB 59 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary Timer/next.js workflow/cancel Change
polyfills-4b..e242.js gzip 31 kB 31 kB
Overall change 31 kB 31 kB
Client Pages
vercel/next.js canary Timer/next.js workflow/cancel Change
_app-7231d4b..5856.js gzip 1.28 kB 1.28 kB
_error-01375..90b6.js gzip 3.69 kB 3.69 kB
hooks-d4591d..e7c2.js gzip 887 B 887 B
index-17468f..5d83.js gzip 227 B 227 B
link-db223d9..dbd7.js gzip 1.61 kB 1.61 kB
routerDirect..924c.js gzip 284 B 284 B
withRouter-7..c13d.js gzip 284 B 284 B
Overall change 8.27 kB 8.27 kB
Client Build Manifests
vercel/next.js canary Timer/next.js workflow/cancel Change
_buildManifest.js gzip 322 B 322 B
Overall change 322 B 322 B
Serverless bundles
vercel/next.js canary Timer/next.js workflow/cancel Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.16 MB 5.16 MB
Commit: 247e2bd

@Timer Timer marked this pull request as ready for review December 7, 2020 19:30
@Timer Timer merged commit df2f6ec into vercel:canary Dec 7, 2020
@Timer Timer deleted the workflow/cancel branch December 7, 2020 19:30
@vercel vercel locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants