File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Benchmarking
22
3- This directory contains a script for running full end to end benchmarks again the example applications
3+ This directory contains a script for running full end to end benchmarks against the example applications.
4+
5+ What the script does:
6+
7+ - takes all the example applications from the [ ` ./examples ` directory] ( ../examples/ )
8+ (excluding the ones specified in the ` exampleAppsNotToBenchmark ` set in [ ` ./src/cloudflare.ts ` ] ( ./src/cloudflare.ts ) )
9+ - in parallel for each application:
10+ - builds the application by running its ` build:worker ` script
11+ - deploys the application to production (with ` wrangler deploy ` )
12+ - takes the production deployment url
13+ - benchmarks the application's response time by fetching from the deployment url a number of times
414
515> [ !note]
616> This is the first cut at benchmarking our solution, later we can take the script in this directory,
You can’t perform that action at this time.
0 commit comments