mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Website appears to be missing many JS files #144

Open rw opened 4 years ago

rw commented 4 years ago

The homepage appears to be missing many files required for the rendering of benchmarks.

Example 404s as of December 28, 2019:

https://www.mlpack.org/js/benchmarks/historical-comparison-view.js https://www.mlpack.org/css/d3-style.css

Related: is there a way to use the benchmark suite without Javascript? Perhaps just show all the results in a big page?

zoq commented 4 years ago

Right, I'm working on a redesign, we could provide an sql dump, if that is something you find helpful.

rw commented 4 years ago

@zoq Ah, okay, well, the site is basically down for the time being :-] Maybe we can put up an archived version?

rw commented 4 years ago

@zoq Also, I tried multiple browsers and settings, trying to get it to work. Maybe a friendly note at the top of the page would be helpful to save people time?

rcurtin commented 4 years ago

We can easily push the relevant files to the mlpack.org repo so it temporarily works. @zoq what do you think? I could do that pretty quickly.

zoq commented 4 years ago

@rw Sorry for the inconvenience, I'm certain we can update the page in the next days.

@rcurtin if we can put this together quickly, I think that is a good solution.

rcurtin commented 4 years ago

@zoq done, but I think the db I pushed is pretty out of date. If you have a newer version and want to push that to the repository I'll keep my eyes open for a commit email and then rebuild the site.

It doesn't match the new site and it doesn't look great but it's at least functional until we get something better in place. :)

zoq commented 4 years ago

Thanks for the quick update, let's see if I can find a newer database.

rw commented 4 years ago

Progress! I see some interactivity now, but no charts. The "parameters" box is unpopulated, and there is a JS error:

Uncaught TypeError: Cannot read property 'values' of undefined
    at Object.rc.orderSelect (runtime-comparison-view.js:222)
    at HTMLSelectElement.onchange (benchmark.html:1)

This is for: Compare library runtimes for an algorithm/parameter combination LSH instances