-
Notifications
You must be signed in to change notification settings - Fork 42
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
Issue 1993 + Issue 2057 (Benchmarks provisioning) #2061
Conversation
d944ab7
to
36d1a51
Compare
8fe2985
to
82af496
Compare
b239d43
to
9b3e521
Compare
application/apps/rustcore/ts-bindings/spec/session.stream.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.search.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.search.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.benchmark.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.benchmark.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.indexes.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.indexes.spec.ts
Outdated
Show resolved
Hide resolved
application/apps/rustcore/ts-bindings/spec/session.observe.spec.ts
Outdated
Show resolved
Hide resolved
8a5d44d
to
2a9d552
Compare
@itsmesamster great job Sameer! Let's also consider new build CLI sys to run benchmarks and let it go |
2a9d552
to
f107582
Compare
@AmmarAbouZor in the scope of this PR we would need an additional build CLI command. Right now we have the command Shell.sh "#{Paths::JASMINE} spec/build/spec/session.#{spec}.spec.js" To something like this (with CLI): cargo chipmunk test bindings --custom=full_path/spec/build/spec/benchmarks.spec.js Could you please take care of it as soon as you will have some time? |
Hi @DmitryAstafyev @itsmesamster
I've increased the version of the tool and added the change to the CHANGELOG as well. |
ec73b76
to
84a6340
Compare
e0509db
to
9341f6b
Compare
* Users can set custom wrapper tests via CLI arguments. * Custom specs is prepared to be used with different jobs when needed * Refactor: Create struct `JobConfigs` to represent jobs state configs * Fix: Rename `child` to `cmd`. * Increase tool version and add changes to CHANGELOG
* Add missing build rust core step with linting and testing jobs for binding, wrapper and app targets * Improve code comments to clarify the complex logic code in that position
11df810
to
3852c23
Compare
No description provided.