mirror of
https://github.com/openai/codex.git
synced 2026-05-23 12:34:25 +00:00
Add image re-encoding benchmarks.
This is one of the more compute-heavy workflows that the app server performs, we should be able measure how fast it is against past revisions. Add a step to the general CI job which will run each benchmark as a test without trying to actually measure many iterations.
This commit is contained in:
2
.github/workflows/rust-ci-full.yml
vendored
2
.github/workflows/rust-ci-full.yml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
components: rustfmt
|
||||
- name: cargo fmt
|
||||
run: cargo fmt -- --config imports_granularity=Item --check
|
||||
- name: Rust benchmark smoke test
|
||||
run: ../scripts/smoke-test-rust-benches.sh
|
||||
|
||||
cargo_shear:
|
||||
name: cargo shear
|
||||
|
||||
2
.github/workflows/rust-ci.yml
vendored
2
.github/workflows/rust-ci.yml
vendored
@@ -72,6 +72,8 @@ jobs:
|
||||
components: rustfmt
|
||||
- name: cargo fmt
|
||||
run: cargo fmt -- --config imports_granularity=Item --check
|
||||
- name: Rust benchmark smoke test
|
||||
run: ../scripts/smoke-test-rust-benches.sh
|
||||
|
||||
cargo_shear:
|
||||
name: cargo shear
|
||||
|
||||
Reference in New Issue
Block a user