test
parent
486ef51863
commit
cf8d0417fb
|
@ -18,6 +18,8 @@ const events: ArrayLike<any> | null | undefined = [];
|
||||||
for (let i = 1; i <= 100; i++) {
|
for (let i = 1; i <= 100; i++) {
|
||||||
const randomUrlIndex = Math.floor(Math.random() * baseUrls.length);
|
const randomUrlIndex = Math.floor(Math.random() * baseUrls.length);
|
||||||
|
|
||||||
|
// test
|
||||||
|
|
||||||
events.push({
|
events.push({
|
||||||
id: i,
|
id: i,
|
||||||
url: baseUrls[randomUrlIndex],
|
url: baseUrls[randomUrlIndex],
|
||||||
|
|
Reference in New Issue