Skip to content

Commit

Permalink
use in memory db
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Aug 26, 2024
1 parent b73e9a5 commit 64c1baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.Harmony.Tests/DataModelPerformanceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void AddingChangePerformance()
[Fact]
public async Task SimpleAddChangePerformanceTest()
{
var dataModelTest = new DataModelTestBase(new SqliteConnection("Data Source=test.db"));
var dataModelTest = new DataModelTestBase();
// warmup the code, this causes jit to run and keeps our actual test below consistent
var word1Id = Guid.NewGuid();
await dataModelTest.WriteNextChange(dataModelTest.SetWord(word1Id, "entity 0"));
Expand Down

0 comments on commit 64c1baf

Please sign in to comment.