Chat now with support
Chat with Support

Benchmark Factory for Database 8.4 - User Guide

Welcome to Benchmark Factory What's New in Benchmark Factory Additional Resources Overview of Benchmark Factory Benchmark Factory Components Licensing Getting Started - the Benchmark Factory Workflow Agents Create and Edit Connections Create and Edit Tests and Jobs
Jobs View Pane Job Wizards Quickstart: Create a New Job Edit a Job Industry Standard Benchmark Tests Capture and Replay a Workload Artificial Test for Desired Effect Scalability Tests Custom Tests Create/Delete Benchmark Objects Execute External File Test Options for Create Objects Test Options for Transactions Job Setup Options Use Global Search/Replace Save Job as BMF Script Copy Test to Replay, Mix, Goal, or Scalability Test
Benchmarks How Do I... Settings Test Results and Run Reports BFScripts Repository Troubleshooting The Benchmark Factory REST API Appendix About Us Adding Virtual Users System/Upgrade Requirements/Supported Databases Shortcut Keys

$BFFormat

Description:

 

Formats a series of up to 16 numbers. If the amount of numbers in the series is greater than 16, the Maximum Parameters Exceeded message displays.

Parameters:

 

Format string -A %d for each number in the series.

 

n1-The first number in the series.

 

n2-The second number in the series.

 

n16-The last number in the series.

Syntax:

$BFFormat(Format string, n1, n2, …, n16)

Example:

 

$BFFormat("%d is a crazy number", $BFRandRange(10,200)) ;

returns "34 is a crazy number"

 

$BFProd

Description:

Returns the product of a series of floating-point numbers.

Parameters:

f1-A floating-point number.

 

f2- A second floating-point number.

 

fn…-The last floating-point number.

Syntax:

$BFProd(f1, f2, … fn)

Example:

$BFProd(5, 2.5, .01) returns ; "0.125"

 

 

 

$BFSum

Description:

Returns the summation of a series of numbers.

Parameters:

f1-The first number to be summed.

 

f2-The second number to be summed.

 

fN-The last number to be summed.

Syntax:

$BFSum(f1, f2, …, fN)

Example:

$BFSum(10, 20, 30) ; returns "60"

 

Random Numbers

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating