Skip to content

Commit b8f2d15

Browse files
authored
Update README.md to remove some TODOs (#67)
They are now tracked here: #66
1 parent 5f8d674 commit b8f2d15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ See the Speedometer repo for a more detailed explanation, e.g., in which phases
1111
- Prerequisites: NPM, node. `npm install` to install the dependencies of the runner.
1212
- Building the individual workloads: Run `npm run build` in the root directory. This will install dependencies and build all workloads in `resources/`. Alternatively, you can also manually run `npm install` and `npm run build` inside each `resources/<workload-group>/` sub-directory to produce output in `resources/<workload-group>/dist/`.
1313
- Starting the web server: `npm run dev` in the root directory.
14-
- Running a workload in the browser: TODO.
15-
- Inspecting and understanding metrics: TODO.
1614
- Most important files:
1715
- Workloads are in `resources/transformers-js/` and `resources/litert-js`.
1816
- Shared files are in `resources/shared/`, which is depended-upon as a local package.
1917
- The default suite / tests to run are in `resources/default-tests.mjs`.
2018

21-
TODO: Add a screenshot of the runner, after updating logo and name and some minor styling of the workloads.
22-
2319
## How to Run Individual Workload
2420

2521
- If you have not done that yet, run `npm install` and `npm run build` inside `resources/<workload-group>/` to produce output in `dist/`.

0 commit comments

Comments
 (0)