Skip to content

Commit

Permalink
bench test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Apr 17, 2024
1 parent 63375a1 commit 22fd7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func Benchmark_createGraph_customIdentifierProvider_4096(b *testing.B) {
benchmarkCreateGraph(4096, false, b)
}

func Benchmark_createGraphpreallocateNodes__customIdentifierProvider_4096(b *testing.B) {
func Benchmark_createGraph_preallocateNodes_customIdentifierProvider_4096(b *testing.B) {
b.Cleanup(func() {
SetIdentifierProvider(cryptoRandIdentifierProvider)
})
Expand Down

0 comments on commit 22fd7a5

Please sign in to comment.