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
I cannot build the benchmark code without building the test code because test type is in test directory. I want to move the test type to more common place.
Integration tests with toy detector takes too much time (>700 sec on my laptop). They may need some optimization.
The text was updated successfully, but these errors were encountered:
The benchmarks can now be built without the tests and actsvg. Does that address point 1?
About point 2: The CI seems to run this in ~60sec. Are you sure you ran this in a release build?
Two things to suggest:
I cannot build the benchmark code without building the test code because test type is in test directory. I want to move the test type to more common place.
Integration tests with toy detector takes too much time (>700 sec on my laptop). They may need some optimization.
The text was updated successfully, but these errors were encountered: