Skip to content
Snippets Groups Projects
  • Pierre-Yves B's avatar
    097bf87e
    Make it easier to benchmark and profile the code (#4780) · 097bf87e
    Pierre-Yves B authored
    * Make it easier to benchmark and profile the code
    
    * Remove unnecessary escape
    
    * Clarify that the backend server is started without the frontend
    
    * Add missing NODE_CONFIG_ENV environment variable
    
    * Add error message when user has not included console.time statements
    
    * Fix lint issue
    
    * Handle multiple console.time statements
    
    * Switch NODE_CONFIG_ENV to test
    
    * Switch to const as variable never re-assigned
    097bf87e
    History
    Make it easier to benchmark and profile the code (#4780)
    Pierre-Yves B authored
    * Make it easier to benchmark and profile the code
    
    * Remove unnecessary escape
    
    * Clarify that the backend server is started without the frontend
    
    * Add missing NODE_CONFIG_ENV environment variable
    
    * Add error message when user has not included console.time statements
    
    * Fix lint issue
    
    * Handle multiple console.time statements
    
    * Switch NODE_CONFIG_ENV to test
    
    * Switch to const as variable never re-assigned