Skip to content

Study about ServiceNow scripts performance. Time complexity is a very important aspect of any script, which is executing on ServiceNow instance. Especially scripts which are executed often like for example Business Rules or Scheduled jobs executed on large queries can influence on instance health, customer experience and end time of the task exe…

Notifications You must be signed in to change notification settings

R3J3NT/ServiceNow-performance-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

ServiceNow Performance Study

Version Researches

On this repository, you can find effects of my study about ServiceNow scripts performance. Time complexity is a very important aspect of any script, which is executing on ServiceNow instance. Especially scripts which are executed often like for example Business Rules or Scheduled jobs executed on large queries can influence on instance health, customer experience and end time of the task execution.

Tool for measuring time of script execution

The first part of that project is about preparation a tool which allows to easily perform time execution measurements and compare time complexity between two scripts with different approach of implementation.

Researches about scripts performance

Second part is to use the tool prepared in part one, to study different tips and traps about writing scripts in ServiceNow instances. Research will contain findings about various ways of implementation, usage of JavaScript Methods and ServiceNow API.

Table of contents

Tool - Script which can be used on ServiceNow instance to execute scripts performance tests.

How to use - Documentation, describing how to use measure-time-execution.js tool.

Researches - Researches about scripts performance

About

Study about ServiceNow scripts performance. Time complexity is a very important aspect of any script, which is executing on ServiceNow instance. Especially scripts which are executed often like for example Business Rules or Scheduled jobs executed on large queries can influence on instance health, customer experience and end time of the task exe…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published