Skip to content

Commit

Permalink
This might only take a few seconds if the url is correct.
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Crossley <[email protected]>
  • Loading branch information
jcrossley3 committed Jan 31, 2025
1 parent 22250f3 commit c10d89a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http --version
# Send

start_time=$(date +%s)
http --ignore-stdin POST localhost:8080/api/v1/dataset "Authorization:$(oidc token trustify -bf)" @etc/datasets/ds3.zip
http --ignore-stdin POST localhost:8080/api/v2/dataset "Authorization:$(oidc token trustify -bf)" @etc/datasets/ds3.zip
end_time=$(date +%s)

runtime=$((end_time - start_time))
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- "main"
# pull_request:
# branches:
# - "main"
pull_request:
branches:
- "main"

concurrency: benchmark

Expand Down

1 comment on commit c10d89a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c10d89a Previous: c350d71 Ratio
Ingest DS3 6 s 1 s 6

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.