Update worker.js

This commit is contained in:
Peter Deutsch 2023-02-06 12:46:51 -05:00 committed by GitHub
parent 8d3b6a072a
commit cfbf09b7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ function record() {
// Save start timestamp // Save start timestamp
start = performance.now(); start = performance.now();
// TODO (Exercise 8): Copy your solution from part 3 // TODO (Exercise 4-4): Copy your solution from part 3. Optionally make changes to your part 3 solution if you need to.
// TODO (Exercise 9): Optionally make changes to your part 3 solution if you need to
// Once done recording, send result to main thread // Once done recording, send result to main thread
postMessage(JSON.stringify(T)); postMessage(JSON.stringify(T));