You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you very much for this repo.
I'm trying to build something like IREE's benchmark dashboard but I'm struggling with the demo.
I was able to spot some bugs after lots of debugging (not a node expert):
sessionSecret should be set to a string in configs/dana.js
adminUser should be a list in configs/dana.js ? because that's how it's used in src/server.js
First of all thank you very much for this repo.
I'm trying to build something like IREE's benchmark dashboard but I'm struggling with the demo.
I was able to spot some bugs after lots of debugging (not a node expert):
sessionSecret
should be set to a string inconfigs/dana.js
adminUser
should be a list inconfigs/dana.js
? because that's how it's used insrc/server.js
dana/src/server.js
Lines 1073 to 1084 in cfaa558
src/server.js
.pullDummyData.js
, which creates empty folders and files inconfigs/db/Test/series
.Can someone from the IREE team share with me a minimal functioning example/demo I would be very grateful.
The text was updated successfully, but these errors were encountered: