lydiachoi / test-percentage-visualizer

Visualizer to show percentage of test code through time
2 stars 0 forks source link

Instrument test files to collect memory information (and maybe wall clock info?) #6

Closed jregchiu closed 4 years ago

jregchiu commented 4 years ago

Before ./get-coverage is run, we should run another script to instrument the test files with logging to print out memory usage (and maybe wall clock info to figure out runtime, if the test runner doesn't output that info already?)

I suspect it'll be something similar to that exercise in class to instrument code

jregchiu commented 4 years ago

As a follow-up I think the time it takes to run the test suite is already output (at least for Chris' sample repo)

lydiachoi commented 4 years ago

@jregchiu can you clarify this issue?

jregchiu commented 4 years ago

@lydiachoi pretty sure we've covered this by collecting the heap and runtime?