Functions
assert
assert(cond, msg?)
- cond
bool - msg
string
assert_image
assert_image(img1, img2, msg?)
- img1
int<collection.IMAGE> - img2
int<collection.IMAGE> - msg
string
assert_schema
assert_schema(value, schema, msg?)
- value
table<any> - schema
table<any> - msg
string
assert_imported
assert_imported(name, msg?)
- name
string - msg
string
assert_api_version
assert_api_version(version, msg?)
- version
int - msg
string
benchmark_start
benchmark_start() -> int
int- Start time.
benchmark_end
benchmark_end(start) -> int
- start
int
int- Ellapsed time.