Skip to content

Commit

Permalink
Changed benchmark structure
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosz committed Mar 10, 2024
1 parent d8f6f67 commit 1ae2641
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 43 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ coverage: tidy
# pushing code
check: lint vet test
echo "check done"

benchmark: tidy
chmod +x benchmark/run.sh
cd benchmark && ./run.sh
1 change: 0 additions & 1 deletion benchmark/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions benchmark/bls/benchmark.sh

This file was deleted.

15 changes: 0 additions & 15 deletions benchmark/run.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Forked from https://github.com/matejpavlovic/bls-bench
package benchmark
package bls12381

import (
"crypto/rand"
Expand All @@ -8,8 +7,8 @@ import (

"go.dedis.ch/kyber/v3"
"go.dedis.ch/kyber/v3/pairing"
circlBls12381 "go.dedis.ch/kyber/v3/pairing/circl_bls12381"
kilicBls12381 "go.dedis.ch/kyber/v3/pairing/kilic_bls12381"
circlBls12381 "go.dedis.ch/kyber/v3/pairing/bls12381/circl_bls12381"
kilicBls12381 "go.dedis.ch/kyber/v3/pairing/bls12381/kilic_bls12381"
"go.dedis.ch/kyber/v3/sign/bls"
"go.dedis.ch/kyber/v3/util/random"
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1ae2641

Please sign in to comment.