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

Multiple issues when running on K/JS #185

Open
lppedd opened this issue Jan 29, 2024 · 4 comments
Open

Multiple issues when running on K/JS #185

lppedd opened this issue Jan 29, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@lppedd
Copy link

lppedd commented Jan 29, 2024

Attached is a sample project to reproduce two issues. benchmark-js-repro.zip

  1. Re-declaration of dependencies.
    In the benchmarks module you're forced to re-declare all core dependencies and transitive dependencies.

  2. Having files under commonMain/resources in benchmarks will block the entire build, with an error like:

    Cause: e: Could not find "...\benchmark-js-repro\benchmarks\build\processedResources\js\main" in [...\benchmark-js-repro]`
    
@lppedd
Copy link
Author

lppedd commented Jan 31, 2024

Same issues for the wasmJs target.

@qurbonzoda
Copy link
Collaborator

Hi @lppedd
Thanks for the feedback!

We will try to fix the issues ASAP.

@qurbonzoda qurbonzoda added the bug Something isn't working label Feb 5, 2024
@lppedd
Copy link
Author

lppedd commented Feb 9, 2024

Thanks @qurbonzoda! FYI, same issues for native targets.

e: Could not find "C:\Users\edoardo.luppi\IdeaProjects\antlr-kotlin\antlr-kotlin-benchmarks\build\processedResources\mingwX64\main" in [C:\Users\edoardo.luppi\IdeaProjects\antlr-kotlin, C:\Users\edoardo.luppi\.konan\klib, C:\Users\edoardo.luppi\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\common, C:\Users\edoardo.luppi\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\platform\mingw_x64]

@lppedd
Copy link
Author

lppedd commented May 28, 2024

Hey @qurbonzoda, any news on this? Right now I'm only running stuff on JVM, but I'd like to standardize the benchmarking for all supported platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants