Skip to content

bench test with golang std ed25519 #200

Open
@giskook

Description

@giskook

hi,
I want to use the project to my go project.
1. I wrappered the project with rust lib and generate a C header.
2. make a project to test the perfermance.

I got the result.

goos: darwin
goarch: arm64
pkg: github.com/giskook/ed25519_bench
BenchmarkStdEd25519NewKey-10    	   61866	     17676 ns/op
BenchmarkNewKey-10              	   95047	     12670 ns/op
BenchmarkStdEd25519Sign-10      	   51584	     23155 ns/op
BenchmarkSign-10                	   70915	     16794 ns/op
BenchmarkStdEd25519Verify-10    	   23914	     50102 ns/op
BenchmarkVerify-10              	   32502	     36692 ns/op
PASS
ok  	github.com/giskook/ed25519_bench	9.527s

and

goos: linux
goarch: amd64
pkg: github.com/giskook/ed25519_bench
cpu: Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
BenchmarkStdEd25519NewKey-16    	   58395	     20548 ns/op
BenchmarkNewKey-16              	   66391	     18012 ns/op
BenchmarkStdEd25519Sign-16      	   47431	     25199 ns/op
BenchmarkSign-16                	   51754	     23096 ns/op
BenchmarkStdEd25519Verify-16    	   19858	     60420 ns/op
BenchmarkVerify-16              	   22867	     52159 ns/op
PASS
ok  	github.com/giskook/ed25519_bench	9.211s

It seems the perfermance is not outstanding. Am I missing something?

my test project: https://github.com/giskook/ed25519_bench

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions