Skip to content

Commit

Permalink
exemplars: Remove legacy benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
sam boyer committed Jun 12, 2023
1 parent a2e44f9 commit 6b92d0c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions exemplars/exemplars_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,3 @@ func TestExemplarValidity(t *testing.T) {
})
}
}

func BenchmarkBindLineage(b *testing.B) {
for name, o := range nameOpts {
b.Run(name, func(b *testing.B) {
lib := thema.NewRuntime(cuecontext.New())
b.ResetTimer()
for i := 0; i < b.N; i++ {
lineageForExemplar(name, lib, o...)
}
})
}
}

0 comments on commit 6b92d0c

Please sign in to comment.