17 lines
319 B
Plaintext
Executable File
17 lines
319 B
Plaintext
Executable File
{
|
|
# specify rate in requests/second (because comments are helpful!)
|
|
rate: 1000
|
|
|
|
// prefer c-style comments?
|
|
/* feeling old fashioned? */
|
|
|
|
# did you notice that rate doesn't need quotes?
|
|
hey: look ma, no quotes for strings either!
|
|
|
|
# best of all
|
|
notice: []
|
|
anything: ?
|
|
|
|
# yes, commas are optional!
|
|
}
|