You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are running node benchmarks/yellow_to_red.js to run this single benchmark test.
We should
Move the benchmarks directory under tests (doesn't yet exist. End results - running node tests/benchmarks/yellow_to_red.js should work)
Add a script inside package.jsonhttps://github.com/fjrdomingues/autopilot/blob/main/package.json#L7, which is called benchmarks. That does the above node tests/benchmarks/yellow_to_red.js. End results - running npm run benchmarks should work running that single benchmark for now.
Write something in the readme about "Benchmark testing" to run this new script npm run benchmarks
/tests
should be universally understood as it's a standard for stuff that's not in the main code pathAlso I think this isn't documented yet in README.md
The text was updated successfully, but these errors were encountered: