Skip to content

Commit

Permalink
feat: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent 9ab0886 commit ffa4bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/performance/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ func (benchmark *Benchmark) Run(ctx context.Context) map[string][]Result {
ret := make(map[string]any)
require.NoError(b, json.NewDecoder(rsp.Body).Decode(&ret))
report.InternalMetrics = ret
} else {
b.Logf("Unable to fetch ledger metrics, got status code %d", rsp.StatusCode)
}

// Compute final results
Expand Down

0 comments on commit ffa4bc3

Please sign in to comment.