Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lite #190

Merged
merged 2 commits into from
Nov 6, 2024
Merged

lite #190

merged 2 commits into from
Nov 6, 2024

Conversation

mrbuche
Copy link
Contributor

@mrbuche mrbuche commented Nov 6, 2024

fixes the issue with lite imports in Cubit

@mrbuche mrbuche mentioned this pull request Nov 6, 2024
@mrbuche
Copy link
Contributor Author

mrbuche commented Nov 6, 2024

$ cargo run -qr -- smooth -i sphere_res_1cm_noised.inp -o foo.exo
    automesh 0.2.1
     Reading sphere_res_1cm_noised.inp
        Done 6.685457ms
   Smoothing foo.exo
        Done 14.125724ms
     Writing foo.exo
        Done 4.081184ms

image

@mrbuche
Copy link
Contributor Author

mrbuche commented Nov 6, 2024

$ git checkout main
Switched to branch 'main'
Your branch is up to date with 'origin/main'.

$ rustup run nightly cargo bench --quiet --bench block write_exo

running 3 tests
test block_16::write_exo                           ... bench:   1,071,891.25 ns/iter (+/- 73,064.29)
test block_32::write_exo                           ... bench:   2,684,752.30 ns/iter (+/- 107,285.58)
test block_8::write_exo                            ... bench:     853,248.80 ns/iter (+/- 78,763.99)

test result: ok. 0 passed; 0 failed; 0 ignored; 3 measured; 54 filtered out; finished in 12.64s

$ git checkout lite
Switched to branch 'lite'
Your branch is up to date with 'origin/lite'

$ rustup run nightly cargo bench --quiet --bench block write_exo

running 3 tests
test block_16::write_exo                           ... bench:   1,084,883.57 ns/iter (+/- 27,361.43)
test block_32::write_exo                           ... bench:   2,765,202.00 ns/iter (+/- 77,779.14)
test block_8::write_exo                            ... bench:     889,108.65 ns/iter (+/- 46,489.63)

test result: ok. 0 passed; 0 failed; 0 ignored; 3 measured; 54 filtered out; finished in 15.98s

@mrbuche mrbuche merged commit c9f4139 into main Nov 6, 2024
35 of 36 checks passed
@mrbuche mrbuche deleted the lite branch November 6, 2024 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant