test: make the smoke-test uses "persistent" cache
This should avoid doing network exchange for each run. We now use a cache directory in `/tmp/.scm-perf-test/` to cache repository we need to pull. The use of this cache is automatically managed by the `share` extension. The directory is also used to cache wheels used by pip.
Please register or sign in to comment