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

turbobench doesn't work #13

Closed
flip111 opened this issue Feb 14, 2019 · 6 comments
Closed

turbobench doesn't work #13

flip111 opened this issue Feb 14, 2019 · 6 comments

Comments

@flip111
Copy link

flip111 commented Feb 14, 2019

I have a i3-4005U cpu, running ubuntu 16.04. I just tried to clone and run this program, with the command ./turbobench -p2 -S2 file.tbb &> error_output.txt then the program aborts with exit code 255 and the output of error_output.txt is <86> <AD><FB> (less puts < and > with hexcode instead of showing raw characters). file.tbb was not written

@powturbo
Copy link
Owner

file.tbb is the turbobench result file after benchmarking and is generated by turbobench.
Please read the "README" file.

@flip111
Copy link
Author

flip111 commented Feb 19, 2019

I want to get the file.tbb file with the results. But it's not written by turbobench. Please reopen the issue.

@powturbo powturbo reopened this Feb 20, 2019
@powturbo
Copy link
Owner

Here an example:
./turbobench -ebrotli,6/zlib,6 myfile
will generate the result file "myfile.tbb"
The result file "myfile.tbb" is always generated. The only exception is when turbobench crashes.

  • write the result to the console:
    ./turbobench -p1 -o myfile.tbb

  • generate a html result file for browsing:
    ./turbobench -p2 -S2 myfile.tbb
    will generate the file "myfile.tbb.html"

@flip111
Copy link
Author

flip111 commented Feb 22, 2019

Ah i got it to work now. I was confused by the wording in the readme:

I was looking at this command ./turbobench -p2 -S2 file.tbb
And it says "Print result file" .. so i think i get to see a result file.

Also this is under the "Testing" header. So i think a new result file will be generated.

But actually i had to generate a result file first with other commands before being able to generate that html file.

It would still be better to say something like "input benchmark file not found" when trying to generate a html from a file that does not exist.

I have another question .. which command can i use to test all possible codecs (and their settings) ?

@flip111 flip111 closed this as completed Feb 22, 2019
@flip111
Copy link
Author

flip111 commented Mar 7, 2019

ping @powturbo is there a command to test all possible codecs and their settings? i didn't want to open a new issue for it to ask ..

@powturbo
Copy link
Owner

powturbo commented Mar 9, 2019

No. This will take too long to finnish.
You can however define your own codec grouo in the "turbobench.ini" file.

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

2 participants