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

Allow user to upload file directly #176

Open
infogulch opened this issue Nov 11, 2023 · 0 comments
Open

Allow user to upload file directly #176

infogulch opened this issue Nov 11, 2023 · 0 comments

Comments

@infogulch
Copy link

Hey there, cool project! I'm trying to use the docker version, but I'm having trouble actually mounting directories so they're readable.

My files are named like callgrind.benchmark_name.out so they don't match the default search pattern.

Also I tried mounting the directory docker run --rm -v ./:/tmp -p 8080:80 jokkedk/webgrind:latest but then it says "Webgrind $storageDir does not exist or is not writeable: /tmp/"

I renamed my files to match the pattern (cachegrind.out.benchmark_name) but that did not help either.

Instead of futzing with docker mounts or browsing files for a pattern that doesn't match, maybe it would be easier if users could just upload a file directly.

Looking closer, the repo only mentions cachegrind. Can webgrind interpret callgrind.out files as well?

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

No branches or pull requests

1 participant