Skip to content

Commit 977901c

Browse files
committed
readme changes
1 parent 6bd6225 commit 977901c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The installation tests we run today mimic a cold-cache scenario for a variety of
3737
- `deno`
3838
- `bun`
3939

40-
### Testing Script Execution
40+
### Testing Script Execution (WIP)
4141

4242
This suite also tests the performance of basic script execution (ex. `npm run foo`). Notably, for any given build, test or deployment task the spawning of the process is a fraction of the overall execution time. That said, this is a commonly tracked workflow by various developer tools as it involves the common set of tasks: startup, filesystem read (`package.json`) & finally, spawning the process/command.
4343

@@ -53,3 +53,7 @@ This suite also tests the performance of basic script execution (ex. `npm run fo
5353
- `node`
5454
- `turborepo`
5555
- `nx`
56+
57+
### Output
58+
59+
Results of the test runs are found in the Actions Artifacts "results". We will eventually add a visualization of the results at some point in the future.

0 commit comments

Comments
 (0)