technillogue / measure-download-speed

  • Public
  • 17 runs

Run technillogue/measure-download-speed with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
method
string (enum)
ALL

Options:

DEST_MMAP, MEMFD_SENDFILE, MEMFD_SENDFILE_REUSE, ANON_MMAP_COPYFILE, PGET, ALL

An enumeration.
repetitions
integer
2
None
concurrency
integer
-1
None
semaphore_multiplier
integer
2
None
output_format
string (enum)
text

Options:

text, json

An enumeration.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "anyOf": [
    {
      "type": "string"
    },
    {
      "type": "object"
    }
  ],
  "title": "Output"
}