Skip to content

Commit

Permalink
Merge branch 'master' into support-column-hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 19, 2024
2 parents 4e7dec4 + c2a66e9 commit bf79e25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/cryptography/cryptography_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ func TestHashValue(t *testing.T) {
}

func BenchmarkHashValue(b *testing.B) {
// Define a sample value to hash

// Run the benchmark
for i := 0; i < b.N; i++ {
assert.Equal(b, "b9a40320d82075681b2500e38160538e5e912bd8f49c03e87367fe82c1fa35d2", HashValue("dusty the mini aussie"))
}
Expand Down

0 comments on commit bf79e25

Please sign in to comment.