Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gnovm benchmarking tool #2241

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

refactor bench measure

3e0b8ca
Select commit
Loading
Failed to load commit list.
Open

feat: gnovm benchmarking tool #2241

refactor bench measure
3e0b8ca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 6, 2024 in 1s

16.53% of diff hit (target 60.11%)

View this Pull Request on Codecov

16.53% of diff hit (target 60.11%)

Annotations

Check warning on line 29 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 33 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 39 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 42 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L41-L42

Added lines #L41 - L42 were not covered by tests

Check warning on line 45 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 48 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 57 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L54-L57

Added lines #L54 - L57 were not covered by tests

Check warning on line 60 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 66 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 69 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 73 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 76 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 82 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 85 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 88 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L88

Added line #L88 was not covered by tests

Check warning on line 91 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 93 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L93

Added line #L93 was not covered by tests

Check warning on line 98 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L96-L98

Added lines #L96 - L98 were not covered by tests

Check warning on line 102 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 107 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 110 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 116 in gnovm/pkg/benchops/bench.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/bench.go#L113-L116

Added lines #L113 - L116 were not covered by tests

Check warning on line 26 in gnovm/pkg/benchops/cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/cmd/main.go#L21-L26

Added lines #L21 - L26 were not covered by tests

Check warning on line 29 in gnovm/pkg/benchops/cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/cmd/main.go#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 32 in gnovm/pkg/benchops/cmd/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/benchops/cmd/main.go#L31-L32

Added lines #L31 - L32 were not covered by tests