Provide #ADD semantics to benchRun

XMLWordPrintableJSON

    • Server Tooling & Methods
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      h2: Enhancement

      Want to the ability to add number in order to create a range, for example

      {_id: {$gt: <RND_NUM>, $lt: <RND_NUM>+50}}
      

      This could look something like

      { op: "let", target: "x", value: {"#RAND_INT": [0,50] }},
      { op: "find", query: { _id : { $gt : { "#VARIABLE" : "x" }, 
                                                $lt : { "#ADD" : [{#VARIABLE: "x"},50 } } } }
      

              Assignee:
              Backlog - Server Tooling and Methods (STM) (Inactive)
              Reporter:
              Alvin Richards (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: