Update worker.js

This commit is contained in:
Peter Deutsch 2023-02-06 12:45:10 -05:00 committed by GitHub
parent baee8841c5
commit 8856aecc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function record() {
// Save start timestamp // Save start timestamp
start = performance.now(); start = performance.now();
// TODO (Exercise 7): Record data for TRACE_LENGTH seconds and save values to T. // TODO (Exercise 3-1): Record data for TRACE_LENGTH seconds and save values to T.
// Once done recording, send result to main thread // Once done recording, send result to main thread
postMessage(JSON.stringify(T)); postMessage(JSON.stringify(T));