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
There's a test attached to BSC PR 265. We need to decide where to put it -- make a directory for performance tests, such as bsc.bluesim/perf/? or else just a directory for tests associated with GitHub PRs and issues, such as bsc.github/265/, along the lines of bsc.bugs/? And and we need to decide how to write the test procedure -- can we use timeout to detect when the test runs too long, or? The test file has a parameter N that might need to be further increased to N=4096 to guarantee that the efficiency improvement is being observed (and not just running on a sufficiently fast computer).
There's a test attached to BSC PR 265. We need to decide where to put it -- make a directory for performance tests, such as
bsc.bluesim/perf/? or else just a directory for tests associated with GitHub PRs and issues, such asbsc.github/265/, along the lines ofbsc.bugs/? And and we need to decide how to write the test procedure -- can we usetimeoutto detect when the test runs too long, or? The test file has a parameter N that might need to be further increased to N=4096 to guarantee that the efficiency improvement is being observed (and not just running on a sufficiently fast computer).