benchmark

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestCreateBenchmark

func TestCreateBenchmark(t *testing.T, payload any, token string, expectedUserId int, expectedStatusCode int) int

func TestDeleteBenchmark

func TestDeleteBenchmark(t *testing.T, benchmarkId int, token string, expectedUserId int, expectedStatusCode int)

func TestGetBenchmark

func TestGetBenchmark(t *testing.T, benchmarkId int, token string, expectedUserId int, expectedStatusCode int)

func TestGetBenchmarks

func TestGetBenchmarks(t *testing.T, route string, token string, expectedUserId int, expectedStatusCode int, expectedResponse GetBenchmarksExpectedResponse)

func TestUpdateBenchmark

func TestUpdateBenchmark(t *testing.T, benchmarkId int, payload any, token string, expectedUserId int, expectedStatusCode int)

Types

type GetBenchmarksExpectedResponse

type GetBenchmarksExpectedResponse struct {
	Benchmarks int
	Pagination types.PaginationMetadata
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL