提交 b07de8b7 编写于 作者: C Cyrus Najmabadi

Fix benchmark

上级 a149a9a0
......@@ -55,8 +55,7 @@ public void GlobalSetup()
_workspace.TryApplyChanges(_workspace.CurrentSolution.WithOptions(_workspace.Options
.WithChangedOption(StorageOptions.Database, StorageDatabase.SQLite)));
_storageService = new SQLitePersistentStorageService(
_workspace.Services.GetService<IOptionService>(), new LocationService());
_storageService = new SQLitePersistentStorageService(new LocationService());
_storage = _storageService.GetStorageWorker(_workspace.CurrentSolution);
if (_storage == NoOpPersistentStorage.Instance)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册