Update worker.js

This commit is contained in:
Peter Deutsch 2023-02-06 12:44:07 -05:00 committed by GitHub
parent aaf5952ded
commit 6d81d05014
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
start = performance.now();
// TODO (Exercise 3): Record data for TRACE_LENGTH seconds and save values to T.
// TODO (Exercise 2-2): Record data for TRACE_LENGTH seconds and save values to T.
// Once done recording, send result to main thread
postMessage(JSON.stringify(T));