Skip to content

Commit

Permalink
fix: fix static check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Jan 21, 2025
1 parent fdd8045 commit a647093
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ecc/bls12-377/fr/sis/sis_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion field/babybear/sis/sis_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion field/generator/internal/templates/sis/sis.test.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func benchmarkSIS(b *testing.B, input []{{ .FF }}.Element, sparse bool, logTwoBo

b.Run(benchName, func(b *testing.B) {
// report the throughput in MB/s
b.SetBytes(int64(len(input)) * koalabear.Bytes)
b.SetBytes(int64(len(input)) * {{.FF}}.Bytes)

instance, err := NewRSis(0, logTwoDegree, logTwoBound, n)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion field/goldilocks/sis/sis_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a647093

Please sign in to comment.