Skip to content

Commit

Permalink
feature: benchmark runner optimze struct field alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
GokselKUCUKSAHIN committed Nov 8, 2024
1 parent 19d9d2d commit 8f28c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/run_bench.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ type BenchmarkResult struct {

type Parameters struct {
CooldownFunc func()
Benchtime uint
SaveFunc func([]*BenchmarkResult, string) error
WorkingDirectory string
Benchtime uint
}

func parseBenchmarkOutput(benchmarkOutput string) (*BenchmarkResult, error) {
Expand Down

0 comments on commit 8f28c01

Please sign in to comment.