Messing around with optimizations.

This commit is contained in:
Caleb Gardner
2022-12-14 13:48:22 -06:00
parent 56fdba2f28
commit 1b5078c7bd
3 changed files with 81 additions and 66 deletions
-1
View File
@@ -73,7 +73,6 @@ func TestMisc(t *testing.T) {
}
func BenchmarkRace(b *testing.B) {
// tmpDir := b.TempDir()
tmpDir := "testing"
fil, err := preTest(tmpDir)
if err != nil {