csgillespie / benchmarkme

Crowd sourced benchmarking
https://csgillespie.github.io/benchmarkme/
40 stars 13 forks source link

Error at benchmarkme #32

Open mnr opened 4 years ago

mnr commented 4 years ago

https://jumpingrivers.shinyapps.io/benchmarkme/ returns an error when a benchmark package is uploaded.

An error has occurred. Check your logs or contact the app author for clarification.

The upload file was produced by this code...

bm_results <- benchmark_std()
create_bundle(bm_results, filename = "hvbmR.rds")

I've attached hbbmR.rds hvbmR.zip

I use this as part of the LinkedIn Learning course titled "R for Data Science: High Volume Data" ( https://www.linkedin.com/learning/r-programming-in-data-science-high-volume-data/code-how-fast-is-your-computer )

lursel commented 3 years ago

I have the same issue, would be nice if someone could respond I should mention that using the plot() function with the results still works, and it does give me a comparison such as "You are ranked 65 out of 749 machines." and the corresponding plots are shown.

It just doesn't work on the web app.

csgillespie commented 3 years ago

Hi. Sorry, this hasn't been a priority recently. I'll try and look at it in the next few weeks.