-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix problem with missing file in benchmarks #78
Conversation
I believe the correct solution for this is to just do a |
OK, I actually fixed this in the |
Ok thanks.
Do you know what I need to do to make it be included in the benchmark? |
yes, give |
This is a completely new benchmark, run by simply doing
|
Benchmarks are not something I would ever want an npm package to do. Yikes. |
I have a feeling you might have misunderstood me, but I'm not certain. The benchmark is not an npm package. But the validators tested are simply installed with npm. Just like any user of the validators would do. The benchmark I created is using the I relaxed the requirements to be part of the benchmark |
we'll definitely take a look at integrating the |
we've already blogged that |
Yes. I tried to add themis to your benchmarks, but something was not working right. I also fiddled with the themis benchmarks, but they take two hours to run. You might find them interesting. They are extremely detailed, to such a level that they are mostly interesting to schema-validator authors themis benchmarks I tried to add jsck there but also had difficulties. That's when I decided to do an independent benchmark. |
man, I hope "two hours" is hyperbole, because we will probably will dig into them at some point. anyway, I opened a ticket in your repo to move this discussion there: |
If you are interested in the result for themis in your benchmarks, this is what I get when I run my attempt to add it to your benchmarks:
|
Sure thing, sorry for messing up your order. |
No description provided.